#CA2689

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

Shades of Medium Violet Red #CA2689

Tints of Medium Violet Red #CA2689

Color information

#CA2689 (or 0xCA2689) is unknown color: approx Medium Violet Red. HEX triplet: CA, 26 and 89. RGB value is (202,38,137). Sum of RGB (Red+Green+Blue) = 202+38+137=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2689 is #35D976. Grayscale: #626262. Windows color (decimal): -3529079 or 8988362. OLE color: 8988362.

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

Color convert

RGB20238137-
CMYK00.810.320.21
HSL323.78º68.33%47.06%-
HSV(B)323.78º81.19%79.22%-
XYZ29.5715.7525.15-
YUV98.32149.83201.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 38 (15.23% from 255) = 10.08%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=53.58%
G=10.08%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023813700.810.320.21323.7868.3347.06
HexCA26890512015144442f
Octal312462110121402550410457
Binary110010101001101000100101010001100000101011010001001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2689; }

 p { color: rgb(202,38,137); }

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

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

 a { background-color: rgb(202,38,137); }

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

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

 span { border-color: rgb(202,38,137); }

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