#CA219A

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

Shades of Medium Violet Red #CA219A

Tints of Medium Violet Red #CA219A

Color information

#CA219A (or 0xCA219A) is unknown color: approx Medium Violet Red. HEX triplet: CA, 21 and 9A. RGB value is (202,33,154). Sum of RGB (Red+Green+Blue) = 202+33+154=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA219A is #35DE65. Grayscale: #616161. Windows color (decimal): -3530342 or 10101194. OLE color: 10101194.

HSL color Cylindrical-coordinate representation of color #CA219A: hue angle of 317.04º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA219A is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20233154-
CMYK00.840.240.21
HSL317.04º71.91%46.08%-
HSV(B)317.04º83.66%79.22%-
XYZ30.7315.9832.04-
YUV97.32159.99202.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 33 (13.28% from 255) = 8.48%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=51.93%
G=8.48%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023315400.840.240.21317.0471.9146.08
HexCA219A054181513d482e
Octal312412320124302547511056
Binary11001010100001100110100101010011000101011001111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA219A; }

 p { color: rgb(202,33,154); }

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

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

 a { background-color: rgb(202,33,154); }

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

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

 span { border-color: rgb(202,33,154); }

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