#C02AA3

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

Shades of Medium Red Violet #C02AA3

Tints of Medium Red Violet #C02AA3

Color information

#C02AA3 (or 0xC02AA3) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2A and A3. RGB value is (192,42,163). Sum of RGB (Red+Green+Blue) = 192+42+163=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02AA3 is #3FD55C. Grayscale: #646464. Windows color (decimal): -4183389 or 10693312. OLE color: 10693312.

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

Color convert

RGB19242163-
CMYK00.780.150.25
HSL311.6º64.1%45.88%-
HSV(B)311.6º78.12%75.29%-
XYZ29.1815.5136.11-
YUV100.64163.2193.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 163 (64.06% from 255) = 41.06%
R=48.36%
G=10.58%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924216300.780.150.25311.664.145.88
HexC02AA304EF19138402e
Octal300522430116173147010056
Binary1100000010101010100011010011101111110011001110001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02AA3; }

 p { color: rgb(192,42,163); }

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

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

 a { background-color: rgb(192,42,163); }

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

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

 span { border-color: rgb(192,42,163); }

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