Html Css Color HEX #C8097C Medium Violet Red

📋 copy color: '#C8097C'

red 200 ◦ green 9 ◦ blue 124

#C8097C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C8097C

Tints of Medium Violet Red #C8097C

RGB

 RED value IS 200 (78.52% from 255) = 60.06%

 GREEN value IS 9 (3.91% from 255) = 2.7%

 BLUE value IS 124 (48.83% from 255) = 37.24%

R = 60.06%
G = 2.7%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8097C (or 0xC8097C) is known color: Medium Violet Red. HEX triplet: C8, 09 and 7C. RGB value is (200,9,124). Sum of RGB (Red+Green+Blue) = 200+9+124=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8097C is #37F683. Grayscale: #4E4E4E. Windows color (decimal): -3667588 or 8128968. OLE color: 8128968.

HSL color Cylindrical-coordinate representation of color #C8097C: hue angle of 323.87º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8097C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 124 -
CMYK 0 0.96 0.38 0.22
HSL 323.87º 0.91% 0.41% -
HSV(B) 323.87º 0.96% 0.78% -
XYZ 27.56 13.93 20.31 -
YUV 79.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 200 9 124 0 0.96 0.38 0.22 323.87 0.91 0.41
Hex C8 9 7C 0 60 26 16 144 5B 29
Octal 310 11 174 0 140 46 26 504 133 51
Binary 11001000 1001 1111100 0 1100000 100110 10110 101000100 1011011 101001

Color Harmonies of #C8097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8097C

Black with #C8097C

Text Example


Text Example

White with #C8097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8097C; }

 p { color: rgb(200,9,124); }

 H1.HeaderClassName
 {
   color: #C8097C;
 }
 .AnyTagClassName
 {
   color: #C8097C;
 }
</style>

background-color css

<style>
 a { background-color: #C8097C; }

 a { background-color: rgb(200,9,124); }

 div.DivClassName
 {
   background-color: #C8097C;
 }
 .BgClassName
 {
   background-color: #C8097C;
 }
</style>

border-color css

<style>
 span { border-color: #C8097C; }

 span { border-color: rgb(200,9,124); }

 td.TdClassName
 {
   border-color: #C8097C;
 }
 .TagClassName
 {
   border-color: #C8097C;
 }
</style>