Html Css Color HEX #C02192 Medium Violet Red

📋 copy color: '#C02192'

red 192 ◦ green 33 ◦ blue 146

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

Shades of Medium Violet Red #C02192

Tints of Medium Violet Red #C02192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 51.75%
G = 8.89%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C02192 (or 0xC02192) is known color: Medium Violet Red. HEX triplet: C0, 21 and 92. RGB value is (192,33,146). Sum of RGB (Red+Green+Blue) = 192+33+146=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C02192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02192 is #3FDE6D. Grayscale: #5D5D5D. Windows color (decimal): -4185710 or 9576896. OLE color: 9576896.

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

Color convert

RGB 192 33 146 -
CMYK 0 0.83 0.24 0.25
HSL 317.36º 0.71% 0.44% -
HSV(B) 317.36º 0.83% 0.75% -
XYZ 27.47 14.37 28.52 -
YUV 93.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 192 33 146 0 0.83 0.24 0.25 317.36 0.71 0.44
Hex C0 21 92 0 53 18 19 13D 47 2C
Octal 300 41 222 0 123 30 31 475 107 54
Binary 11000000 100001 10010010 0 1010011 11000 11001 100111101 1000111 101100

Color Harmonies of #C02192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02192

Black with #C02192

Text Example


Text Example

White with #C02192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02192; }

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

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

background-color css

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

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

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

border-color css

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

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

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