#CA2071

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

Shades of Medium Violet Red #CA2071

Tints of Medium Violet Red #CA2071

Color information

#CA2071 (or 0xCA2071) is unknown color: approx Medium Violet Red. HEX triplet: CA, 20 and 71. RGB value is (202,32,113). Sum of RGB (Red+Green+Blue) = 202+32+113=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2071 is #35DF8E. Grayscale: #5B5B5B. Windows color (decimal): -3530639 or 7413962. OLE color: 7413962.

HSL color Cylindrical-coordinate representation of color #CA2071: hue angle of 331.41º degrees, saturation: 0.73, 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 #CA2071 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB20232113-
CMYK00.840.440.21
HSL331.41º72.65%45.88%-
HSV(B)331.41º84.16%79.22%-
XYZ27.8514.7817.01-
YUV92.06139.82206.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 32 (12.89% from 255) = 9.22%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=58.21%
G=9.22%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023211300.840.440.21331.4172.6545.88
HexCA20710542C1514b492e
Octal312401610124542551311156
Binary11001010100000111000101010100101100101011010010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2071; }

 p { color: rgb(202,32,113); }

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

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

 a { background-color: rgb(202,32,113); }

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

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

 span { border-color: rgb(202,32,113); }

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