Html Css Color HEX #C00E6C Medium Violet Red

📋 copy color: '#C00E6C'

red 192 ◦ green 14 ◦ blue 108

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

Shades of Medium Violet Red #C00E6C

Tints of Medium Violet Red #C00E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 61.15%
G = 4.46%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C00E6C (or 0xC00E6C) is known color: Medium Violet Red. HEX triplet: C0, 0E and 6C. RGB value is (192,14,108). Sum of RGB (Red+Green+Blue) = 192+14+108=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E6C is #3FF193. Grayscale: #4D4D4D. Windows color (decimal): -4190612 or 7081664. OLE color: 7081664.

HSL color Cylindrical-coordinate representation of color #C00E6C: hue angle of 328.31º 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 #C00E6C is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 14 108 -
CMYK 0 0.93 0.44 0.25
HSL 328.31º 0.86% 0.4% -
HSV(B) 328.31º 0.93% 0.75% -
XYZ 24.6 12.6 15.32 -
YUV 77.94 144.97 209.36 -
System Red Green Blue C M Y K H S L
Decimal 192 14 108 0 0.93 0.44 0.25 328.31 0.86 0.4
Hex C0 E 6C 0 5D 2C 19 148 56 28
Octal 300 16 154 0 135 54 31 510 126 50
Binary 11000000 1110 1101100 0 1011101 101100 11001 101001000 1010110 101000

Color Harmonies of #C00E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E6C

Black with #C00E6C

Text Example


Text Example

White with #C00E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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