#CA0370

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

Shades of Medium Violet Red #CA0370

Tints of Medium Violet Red #CA0370

Color information

#CA0370 (or 0xCA0370) is unknown color: approx Medium Violet Red. HEX triplet: CA, 03 and 70. RGB value is (202,3,112). Sum of RGB (Red+Green+Blue) = 202+3+112=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0370 is #35FC8F. Grayscale: #4A4A4A. Windows color (decimal): -3538064 or 7341002. OLE color: 7341002.

HSL color Cylindrical-coordinate representation of color #CA0370: hue angle of 327.14º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0370 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB2023112-
CMYK00.990.450.21
HSL327.14º97.07%40.2%-
HSV(B)327.14º98.51%79.22%-
XYZ27.3113.7916.55-
YUV74.93148.93218.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.72%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=63.72%
G=0.95%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202311200.990.450.21327.1497.0740.2
HexCA3700632D151476128
Octal31231600143552550714150
Binary1100101011111000001100011101101101011010001111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0370; }

 p { color: rgb(202,3,112); }

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

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

 a { background-color: rgb(202,3,112); }

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

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

 span { border-color: rgb(202,3,112); }

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