Html Css Color HEX #C02071 Medium Violet Red

📋 copy color: '#C02071'

red 192 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #C02071

Tints of Medium Violet Red #C02071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 56.97%
G = 9.5%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C02071 (or 0xC02071) is known color: Medium Violet Red. HEX triplet: C0, 20 and 71. RGB value is (192,32,113). Sum of RGB (Red+Green+Blue) = 192+32+113=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C02071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02071 is #3FDF8E. Grayscale: #585858. Windows color (decimal): -4185999 or 7413952. OLE color: 7413952.

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

Color convert

RGB 192 32 113 -
CMYK 0 0.83 0.41 0.25
HSL 329.63º 0.71% 0.44% -
HSV(B) 329.63º 0.83% 0.75% -
XYZ 25.24 13.43 16.89 -
YUV 89.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 192 32 113 0 0.83 0.41 0.25 329.63 0.71 0.44
Hex C0 20 71 0 53 29 19 14A 47 2C
Octal 300 40 161 0 123 51 31 512 107 54
Binary 11000000 100000 1110001 0 1010011 101001 11001 101001010 1000111 101100

Color Harmonies of #C02071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02071

Black with #C02071

Text Example


Text Example

White with #C02071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02071; }

 p { color: rgb(192,32,113); }

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

background-color css

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

 a { background-color: rgb(192,32,113); }

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

border-color css

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

 span { border-color: rgb(192,32,113); }

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