Html Css Color HEX #C02BAB Medium Red Violet

📋 copy color: '#C02BAB'

red 192 ◦ green 43 ◦ blue 171

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

Shades of Medium Red Violet #C02BAB

Tints of Medium Red Violet #C02BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 47.29%
G = 10.59%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C02BAB (or 0xC02BAB) is known color: Medium Red Violet. HEX triplet: C0, 2B and AB. RGB value is (192,43,171). Sum of RGB (Red+Green+Blue) = 192+43+171=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BAB is #3FD454. Grayscale: #656565. Windows color (decimal): -4183125 or 11217856. OLE color: 11217856.

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

Color convert

RGB 192 43 171 -
CMYK 0 0.78 0.11 0.25
HSL 308.46º 0.63% 0.46% -
HSV(B) 308.46º 0.78% 0.75% -
XYZ 29.95 15.87 40.01 -
YUV 102.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 192 43 171 0 0.78 0.11 0.25 308.46 0.63 0.46
Hex C0 2B AB 0 4E B 19 134 3F 2E
Octal 300 53 253 0 116 13 31 464 77 56
Binary 11000000 101011 10101011 0 1001110 1011 11001 100110100 111111 101110

Color Harmonies of #C02BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BAB

Black with #C02BAB

Text Example


Text Example

White with #C02BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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