Html Css Color HEX #C01877 Medium Violet Red

📋 copy color: '#C01877'

red 192 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #C01877

Tints of Medium Violet Red #C01877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.16%

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

R = 57.31%
G = 7.16%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C01877 (or 0xC01877) is known color: Medium Violet Red. HEX triplet: C0, 18 and 77. RGB value is (192,24,119). Sum of RGB (Red+Green+Blue) = 192+24+119=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C01877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01877 is #3FE788. Grayscale: #545454. Windows color (decimal): -4188041 or 7805120. OLE color: 7805120.

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

Color convert

RGB 192 24 119 -
CMYK 0 0.88 0.38 0.25
HSL 326.07º 0.78% 0.42% -
HSV(B) 326.07º 0.88% 0.75% -
XYZ 25.39 13.19 18.66 -
YUV 85.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 192 24 119 0 0.88 0.38 0.25 326.07 0.78 0.42
Hex C0 18 77 0 58 26 19 146 4E 2A
Octal 300 30 167 0 130 46 31 506 116 52
Binary 11000000 11000 1110111 0 1011000 100110 11001 101000110 1001110 101010

Color Harmonies of #C01877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01877

Black with #C01877

Text Example


Text Example

White with #C01877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01877; }

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

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

background-color css

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

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

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

border-color css

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

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

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