#CA247F

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

Shades of Medium Violet Red #CA247F

Tints of Medium Violet Red #CA247F

Color information

#CA247F (or 0xCA247F) is unknown color: approx Medium Violet Red. HEX triplet: CA, 24 and 7F. RGB value is (202,36,127). Sum of RGB (Red+Green+Blue) = 202+36+127=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA247F is #35DB80. Grayscale: #5F5F5F. Windows color (decimal): -3529601 or 8332490. OLE color: 8332490.

HSL color Cylindrical-coordinate representation of color #CA247F: hue angle of 327.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA247F is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20236127-
CMYK00.820.370.21
HSL327.11º69.75%46.67%-
HSV(B)327.11º82.18%79.22%-
XYZ28.8215.3521.52-
YUV96.01145.5203.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 36 (14.45% from 255) = 9.86%
BLUE value IS 127 (50% from 255) = 34.79%
R=55.34%
G=9.86%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023612700.820.370.21327.1169.7546.67
HexCA247F0522515147462f
Octal312441770122452550710657
Binary11001010100100111111101010010100101101011010001111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA247F; }

 p { color: rgb(202,36,127); }

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

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

 a { background-color: rgb(202,36,127); }

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

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

 span { border-color: rgb(202,36,127); }

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