#C02BA1

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

Shades of Medium Red Violet #C02BA1

Tints of Medium Red Violet #C02BA1

Color information

#C02BA1 (or 0xC02BA1) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2B and A1. RGB value is (192,43,161). Sum of RGB (Red+Green+Blue) = 192+43+161=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BA1 is #3FD45E. Grayscale: #646464. Windows color (decimal): -4183135 or 10562496. OLE color: 10562496.

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

Color convert

RGB19243161-
CMYK00.780.160.25
HSL312.48º63.4%46.08%-
HSV(B)312.48º77.6%75.29%-
XYZ29.0415.5135.18-
YUV101161.86192.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 43 (17.19% from 255) = 10.86%
BLUE value IS 161 (63.28% from 255) = 40.66%
R=48.48%
G=10.86%
B=40.66%

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
Decimal1924316100.780.160.25312.4863.446.08
HexC02BA104E10191383f2e
Octal30053241011620314707756
Binary1100000010101110100001010011101000011001100111000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02BA1; }

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

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

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

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

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

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

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

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