Html Css Color HEX #C01E77 Medium Violet Red

📋 copy color: '#C01E77'

red 192 ◦ green 30 ◦ blue 119

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

Shades of Medium Violet Red #C01E77

Tints of Medium Violet Red #C01E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 56.3%
G = 8.8%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C01E77 (or 0xC01E77) is known color: Medium Violet Red. HEX triplet: C0, 1E and 77. RGB value is (192,30,119). Sum of RGB (Red+Green+Blue) = 192+30+119=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E77 is #3FE188. Grayscale: #585858. Windows color (decimal): -4186505 or 7806656. OLE color: 7806656.

HSL color Cylindrical-coordinate representation of color #C01E77: hue angle of 327.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E77 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 119 -
CMYK 0 0.84 0.38 0.25
HSL 327.04º 0.73% 0.44% -
HSV(B) 327.04º 0.84% 0.75% -
XYZ 25.53 13.47 18.71 -
YUV 88.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 192 30 119 0 0.84 0.38 0.25 327.04 0.73 0.44
Hex C0 1E 77 0 54 26 19 147 49 2C
Octal 300 36 167 0 124 46 31 507 111 54
Binary 11000000 11110 1110111 0 1010100 100110 11001 101000111 1001001 101100

Color Harmonies of #C01E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E77

Black with #C01E77

Text Example


Text Example

White with #C01E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E77; }

 p { color: rgb(192,30,119); }

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

background-color css

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

 a { background-color: rgb(192,30,119); }

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

border-color css

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

 span { border-color: rgb(192,30,119); }

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