Html Css Color HEX #C00E75 Medium Violet Red

📋 copy color: '#C00E75'

red 192 ◦ green 14 ◦ blue 117

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

Shades of Medium Violet Red #C00E75

Tints of Medium Violet Red #C00E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 59.44%
G = 4.33%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C00E75 (or 0xC00E75) is known color: Medium Violet Red. HEX triplet: C0, 0E and 75. RGB value is (192,14,117). Sum of RGB (Red+Green+Blue) = 192+14+117=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E75 is #3FF18A. Grayscale: #4E4E4E. Windows color (decimal): -4190603 or 7671488. OLE color: 7671488.

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

Color convert

RGB 192 14 117 -
CMYK 0 0.93 0.39 0.25
HSL 325.28º 0.86% 0.4% -
HSV(B) 325.28º 0.93% 0.75% -
XYZ 25.11 12.8 17.98 -
YUV 78.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 192 14 117 0 0.93 0.39 0.25 325.28 0.86 0.4
Hex C0 E 75 0 5D 27 19 145 56 28
Octal 300 16 165 0 135 47 31 505 126 50
Binary 11000000 1110 1110101 0 1011101 100111 11001 101000101 1010110 101000

Color Harmonies of #C00E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E75

Black with #C00E75

Text Example


Text Example

White with #C00E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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