Html Css Color HEX #C00C86 Medium Violet Red

📋 copy color: '#C00C86'

red 192 ◦ green 12 ◦ blue 134

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

Shades of Medium Violet Red #C00C86

Tints of Medium Violet Red #C00C86

RGB

 RED value IS 192 (75.39% from 255) = 56.8%

 GREEN value IS 12 (5.08% from 255) = 3.55%

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 56.8%
G = 3.55%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C00C86 (or 0xC00C86) is known color: Medium Violet Red. HEX triplet: C0, 0C and 86. RGB value is (192,12,134). Sum of RGB (Red+Green+Blue) = 192+12+134=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00C86 is #3FF379. Grayscale: #4F4F4F. Windows color (decimal): -4191098 or 8785088. OLE color: 8785088.

HSL color Cylindrical-coordinate representation of color #C00C86: hue angle of 319.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00C86 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 134 -
CMYK 0 0.94 0.30 0.25
HSL 319.33º 0.88% 0.4% -
HSV(B) 319.33º 0.94% 0.75% -
XYZ 26.17 13.19 23.72 -
YUV 79.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 192 12 134 0 0.94 0.30 0.25 319.33 0.88 0.4
Hex C0 C 86 0 5E 1E 19 13F 58 28
Octal 300 14 206 0 136 36 31 477 130 50
Binary 11000000 1100 10000110 0 1011110 11110 11001 100111111 1011000 101000

Color Harmonies of #C00C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00C86

Black with #C00C86

Text Example


Text Example

White with #C00C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00C86; }

 p { color: rgb(192,12,134); }

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

background-color css

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

 a { background-color: rgb(192,12,134); }

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

border-color css

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

 span { border-color: rgb(192,12,134); }

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