Html Css Color HEX #C02196 Medium Violet Red

📋 copy color: '#C02196'

red 192 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #C02196

Tints of Medium Violet Red #C02196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.8%

 BLUE value IS 150 (58.98% from 255) = 40%

R = 51.2%
G = 8.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C02196 (or 0xC02196) is known color: Medium Violet Red. HEX triplet: C0, 21 and 96. RGB value is (192,33,150). Sum of RGB (Red+Green+Blue) = 192+33+150=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C02196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02196 is #3FDE69. Grayscale: #5D5D5D. Windows color (decimal): -4185706 or 9839040. OLE color: 9839040.

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

Color convert

RGB 192 33 150 -
CMYK 0 0.83 0.22 0.25
HSL 315.85º 0.71% 0.44% -
HSV(B) 315.85º 0.83% 0.75% -
XYZ 27.79 14.5 30.19 -
YUV 93.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 192 33 150 0 0.83 0.22 0.25 315.85 0.71 0.44
Hex C0 21 96 0 53 16 19 13C 47 2C
Octal 300 41 226 0 123 26 31 474 107 54
Binary 11000000 100001 10010110 0 1010011 10110 11001 100111100 1000111 101100

Color Harmonies of #C02196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02196

Black with #C02196

Text Example


Text Example

White with #C02196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02196; }

 p { color: rgb(192,33,150); }

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

background-color css

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

 a { background-color: rgb(192,33,150); }

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

border-color css

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

 span { border-color: rgb(192,33,150); }

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