#CA2B92

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

Shades of Medium Red Violet #CA2B92

Tints of Medium Red Violet #CA2B92

Color information

#CA2B92 (or 0xCA2B92) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2B and 92. RGB value is (202,43,146). Sum of RGB (Red+Green+Blue) = 202+43+146=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B92 is #35D46D. Grayscale: #666666. Windows color (decimal): -3527790 or 9579466. OLE color: 9579466.

HSL color Cylindrical-coordinate representation of color #CA2B92: hue angle of 321.13º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2B92 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB20243146-
CMYK00.790.280.21
HSL321.13º64.9%48.04%-
HSV(B)321.13º78.71%79.22%-
XYZ30.4116.3628.75-
YUV102.28152.68199.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=51.66%
G=11.00%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024314600.790.280.21321.1364.948.04
HexCA2B9204F1C151414130
Octal312532220117342550110160
Binary11001010101011100100100100111111100101011010000011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B92; }

 p { color: rgb(202,43,146); }

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

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

 a { background-color: rgb(202,43,146); }

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

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

 span { border-color: rgb(202,43,146); }

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