#C02BA2

Color #C02BA2 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C02BA2

Tints of Medium Red Violet #C02BA2

Color information

#C02BA2 (or 0xC02BA2) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2B and A2. RGB value is (192,43,162). Sum of RGB (Red+Green+Blue) = 192+43+162=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BA2 is #3FD45D. Grayscale: #646464. Windows color (decimal): -4183134 or 10628032. OLE color: 10628032.

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

Color convert

RGB19243162-
CMYK00.780.160.25
HSL312.08º63.4%46.08%-
HSV(B)312.08º77.6%75.29%-
XYZ29.1215.5435.65-
YUV101.12162.36192.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=48.36%
G=10.83%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924316200.780.160.25312.0863.446.08
HexC02BA204E10191383f2e
Octal30053242011620314707756
Binary1100000010101110100010010011101000011001100111000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02BA2; }

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

 H1.HeaderClassName
 {
   color: #C02BA2;
 }
 .AnyTagClassName
 {
   color: #C02BA2;
 }
</style>
background-color css

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

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

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

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

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

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