#CA2170

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

Shades of Medium Violet Red #CA2170

Tints of Medium Violet Red #CA2170

Color information

#CA2170 (or 0xCA2170) is unknown color: approx Medium Violet Red. HEX triplet: CA, 21 and 70. RGB value is (202,33,112). Sum of RGB (Red+Green+Blue) = 202+33+112=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2170 is #35DE8F. Grayscale: #5C5C5C. Windows color (decimal): -3530384 or 7348682. OLE color: 7348682.

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

Color convert

RGB20233112-
CMYK00.840.450.21
HSL331.95º71.91%46.08%-
HSV(B)331.95º83.66%79.22%-
XYZ27.8314.8116.72-
YUV92.54138.99206.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 33 (13.28% from 255) = 9.51%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=58.21%
G=9.51%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023311200.840.450.21331.9571.9146.08
HexCA21700542D1514c482e
Octal312411600124552551411056
Binary11001010100001111000001010100101101101011010011001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2170; }

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

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

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

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

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

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

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

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