Html Css Color HEX #C02B96 Medium Red Violet

📋 copy color: '#C02B96'

red 192 ◦ green 43 ◦ blue 150

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

Shades of Medium Red Violet #C02B96

Tints of Medium Red Violet #C02B96

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.17%

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

R = 49.87%
G = 11.17%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C02B96 (or 0xC02B96) is known color: Medium Red Violet. HEX triplet: C0, 2B and 96. RGB value is (192,43,150). Sum of RGB (Red+Green+Blue) = 192+43+150=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B96 is #3FD469. Grayscale: #636363. Windows color (decimal): -4183146 or 9841600. OLE color: 9841600.

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

Color convert

RGB 192 43 150 -
CMYK 0 0.78 0.22 0.25
HSL 316.91º 0.63% 0.46% -
HSV(B) 316.91º 0.78% 0.75% -
XYZ 28.11 15.14 30.29 -
YUV 99.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 192 43 150 0 0.78 0.22 0.25 316.91 0.63 0.46
Hex C0 2B 96 0 4E 16 19 13D 3F 2E
Octal 300 53 226 0 116 26 31 475 77 56
Binary 11000000 101011 10010110 0 1001110 10110 11001 100111101 111111 101110

Color Harmonies of #C02B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B96

Black with #C02B96

Text Example


Text Example

White with #C02B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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