Html Css Color HEX #CA2ADE Deep Magenta

📋 copy color: '#CA2ADE'

red 202 ◦ green 42 ◦ blue 222

#CA2ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CA2ADE

Tints of Deep Magenta #CA2ADE

RGB

 RED value IS 202 (79.3% from 255) = 43.35%

 GREEN value IS 42 (16.8% from 255) = 9.01%

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 43.35%
G = 9.01%
B = 47.64%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA2ADE (or 0xCA2ADE) is known color: Deep Magenta. HEX triplet: CA, 2A and DE. RGB value is (202,42,222). Sum of RGB (Red+Green+Blue) = 202+42+222=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA2ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ADE is #35D521. Grayscale: #6D6D6D. Windows color (decimal): -3527970 or 14559946. OLE color: 14559946.

HSL color Cylindrical-coordinate representation of color #CA2ADE: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2ADE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 42 222 -
CMYK 0.09 0.81 0 0.13
HSL 293.33º 0.73% 0.52% -
HSV(B) 293.33º 0.81% 0.87% -
XYZ 38.37 19.49 70.85 -
YUV 110.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 202 42 222 0.09 0.81 0 0.13 293.33 0.73 0.52
Hex CA 2A DE 9 51 0 D 125 49 34
Octal 312 52 336 11 121 0 15 445 111 64
Binary 11001010 101010 11011110 1001 1010001 0 1101 100100101 1001001 110100

Color Harmonies of #CA2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2ADE

Black with #CA2ADE

Text Example


Text Example

White with #CA2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2ADE; }

 p { color: rgb(202,42,222); }

 H1.HeaderClassName
 {
   color: #CA2ADE;
 }
 .AnyTagClassName
 {
   color: #CA2ADE;
 }
</style>

background-color css

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

 a { background-color: rgb(202,42,222); }

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

border-color css

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

 span { border-color: rgb(202,42,222); }

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