Html Css Color HEX #C01976 Medium Violet Red

📋 copy color: '#C01976'

red 192 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #C01976

Tints of Medium Violet Red #C01976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 57.31%
G = 7.46%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01976 (or 0xC01976) is known color: Medium Violet Red. HEX triplet: C0, 19 and 76. RGB value is (192,25,118). Sum of RGB (Red+Green+Blue) = 192+25+118=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C01976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01976 is #3FE689. Grayscale: #555555. Windows color (decimal): -4187786 or 7739840. OLE color: 7739840.

HSL color Cylindrical-coordinate representation of color #C01976: hue angle of 326.59º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01976 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 118 -
CMYK 0 0.87 0.39 0.25
HSL 326.59º 0.77% 0.43% -
HSV(B) 326.59º 0.87% 0.75% -
XYZ 25.36 13.21 18.35 -
YUV 85.54 146.33 203.94 -
System Red Green Blue C M Y K H S L
Decimal 192 25 118 0 0.87 0.39 0.25 326.59 0.77 0.43
Hex C0 19 76 0 57 27 19 147 4D 2B
Octal 300 31 166 0 127 47 31 507 115 53
Binary 11000000 11001 1110110 0 1010111 100111 11001 101000111 1001101 101011

Color Harmonies of #C01976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01976

Black with #C01976

Text Example


Text Example

White with #C01976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01976; }

 p { color: rgb(192,25,118); }

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

background-color css

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

 a { background-color: rgb(192,25,118); }

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

border-color css

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

 span { border-color: rgb(192,25,118); }

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