Html Css Color HEX #C00C6E Medium Violet Red

📋 copy color: '#C00C6E'

red 192 ◦ green 12 ◦ blue 110

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

Shades of Medium Violet Red #C00C6E

Tints of Medium Violet Red #C00C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 61.15%
G = 3.82%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C00C6E (or 0xC00C6E) is known color: Medium Violet Red. HEX triplet: C0, 0C and 6E. RGB value is (192,12,110). Sum of RGB (Red+Green+Blue) = 192+12+110=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00C6E is #3FF391. Grayscale: #4C4C4C. Windows color (decimal): -4191122 or 7212224. OLE color: 7212224.

HSL color Cylindrical-coordinate representation of color #C00C6E: hue angle of 327.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 #C00C6E is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 110 -
CMYK 0 0.94 0.43 0.25
HSL 327.33º 0.88% 0.4% -
HSV(B) 327.33º 0.94% 0.75% -
XYZ 24.68 12.6 15.88 -
YUV 76.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 192 12 110 0 0.94 0.43 0.25 327.33 0.88 0.4
Hex C0 C 6E 0 5E 2B 19 147 58 28
Octal 300 14 156 0 136 53 31 507 130 50
Binary 11000000 1100 1101110 0 1011110 101011 11001 101000111 1011000 101000

Color Harmonies of #C00C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00C6E

Black with #C00C6E

Text Example


Text Example

White with #C00C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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