Html Css Color HEX #C00E6F Medium Violet Red

📋 copy color: '#C00E6F'

red 192 ◦ green 14 ◦ blue 111

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

Shades of Medium Violet Red #C00E6F

Tints of Medium Violet Red #C00E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.42%

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 60.57%
G = 4.42%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C00E6F (or 0xC00E6F) is known color: Medium Violet Red. HEX triplet: C0, 0E and 6F. RGB value is (192,14,111). Sum of RGB (Red+Green+Blue) = 192+14+111=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E6F is #3FF190. Grayscale: #4E4E4E. Windows color (decimal): -4190609 or 7278272. OLE color: 7278272.

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

Color convert

RGB 192 14 111 -
CMYK 0 0.93 0.42 0.25
HSL 327.3º 0.86% 0.4% -
HSV(B) 327.3º 0.93% 0.75% -
XYZ 24.76 12.67 16.18 -
YUV 78.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 192 14 111 0 0.93 0.42 0.25 327.3 0.86 0.4
Hex C0 E 6F 0 5D 2A 19 147 56 28
Octal 300 16 157 0 135 52 31 507 126 50
Binary 11000000 1110 1101111 0 1011101 101010 11001 101000111 1010110 101000

Color Harmonies of #C00E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E6F

Black with #C00E6F

Text Example


Text Example

White with #C00E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E6F; }

 p { color: rgb(192,14,111); }

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

background-color css

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

 a { background-color: rgb(192,14,111); }

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

border-color css

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

 span { border-color: rgb(192,14,111); }

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