#CA2F9B

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

Shades of Medium Red Violet #CA2F9B

Tints of Medium Red Violet #CA2F9B

Color information

#CA2F9B (or 0xCA2F9B) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2F and 9B. RGB value is (202,47,155). Sum of RGB (Red+Green+Blue) = 202+47+155=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2F9B is #35D064. Grayscale: #696969. Windows color (decimal): -3526757 or 10170314. OLE color: 10170314.

HSL color Cylindrical-coordinate representation of color #CA2F9B: hue angle of 318.19º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F9B is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB20247155-
CMYK00.770.230.21
HSL318.19º62.25%48.82%-
HSV(B)318.19º76.73%79.22%-
XYZ31.2916.9632.63-
YUV105.66155.85196.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 11.63%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=50%
G=11.63%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024715500.770.230.21318.1962.2548.82
HexCA2F9B04D171513e3e31
Octal31257233011527254767661
Binary1100101010111110011011010011011011110101100111110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2F9B; }

 p { color: rgb(202,47,155); }

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

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

 a { background-color: rgb(202,47,155); }

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

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

 span { border-color: rgb(202,47,155); }

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