#CA2899

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

Shades of Medium Violet Red #CA2899

Tints of Medium Violet Red #CA2899

Color information

#CA2899 (or 0xCA2899) is unknown color: approx Medium Violet Red. HEX triplet: CA, 28 and 99. RGB value is (202,40,153). Sum of RGB (Red+Green+Blue) = 202+40+153=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2899 is #35D766. Grayscale: #656565. Windows color (decimal): -3528551 or 10037450. OLE color: 10037450.

HSL color Cylindrical-coordinate representation of color #CA2899: hue angle of 318.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2899 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20240153-
CMYK00.800.240.21
HSL318.15º66.94%47.45%-
HSV(B)318.15º80.2%79.22%-
XYZ30.8716.3731.67-
YUV101.32157.17199.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=51.14%
G=10.13%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024015300.800.240.21318.1566.9447.45
HexCA2899050181513e432f
Octal312502310120302547610357
Binary11001010101000100110010101000011000101011001111101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2899; }

 p { color: rgb(202,40,153); }

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

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

 a { background-color: rgb(202,40,153); }

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

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

 span { border-color: rgb(202,40,153); }

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