#CA2275

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

Shades of Medium Violet Red #CA2275

Tints of Medium Violet Red #CA2275

Color information

#CA2275 (or 0xCA2275) is unknown color: approx Medium Violet Red. HEX triplet: CA, 22 and 75. RGB value is (202,34,117). Sum of RGB (Red+Green+Blue) = 202+34+117=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2275 is #35DD8A. Grayscale: #5D5D5D. Windows color (decimal): -3530123 or 7676618. OLE color: 7676618.

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

Color convert

RGB20234117-
CMYK00.830.420.21
HSL330.36º71.19%46.27%-
HSV(B)330.36º83.17%79.22%-
XYZ28.1414.9818.24-
YUV93.69141.16205.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=57.22%
G=9.63%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023411700.830.420.21330.3671.1946.27
HexCA22750532A1514a472e
Octal312421650123522551210756
Binary11001010100010111010101010011101010101011010010101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2275; }

 p { color: rgb(202,34,117); }

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

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

 a { background-color: rgb(202,34,117); }

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

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

 span { border-color: rgb(202,34,117); }

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