#CA0284

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

Shades of Medium Violet Red #CA0284

Tints of Medium Violet Red #CA0284

Color information

#CA0284 (or 0xCA0284) is unknown color: approx Medium Violet Red. HEX triplet: CA, 02 and 84. RGB value is (202,2,132). Sum of RGB (Red+Green+Blue) = 202+2+132=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0284 is #35FD7B. Grayscale: #4C4C4C. Windows color (decimal): -3538300 or 8651466. OLE color: 8651466.

HSL color Cylindrical-coordinate representation of color #CA0284: hue angle of 321º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0284 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB2022132-
CMYK00.990.350.21
HSL321º98.04%40%-
HSV(B)321º99.01%79.22%-
XYZ28.5414.2723.08-
YUV76.62159.26217.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=60.12%
G=0.60%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202213200.990.350.2132198.0440
HexCA28406323151416228
Octal31222040143432550114250
Binary11001010101000010001100011100011101011010000011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0284; }

 p { color: rgb(202,2,132); }

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

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

 a { background-color: rgb(202,2,132); }

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

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

 span { border-color: rgb(202,2,132); }

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