Html Css Color HEX #CA21E0 Deep Magenta

📋 copy color: '#CA21E0'

red 202 ◦ green 33 ◦ blue 224

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

Shades of Deep Magenta #CA21E0

Tints of Deep Magenta #CA21E0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.19%

 BLUE value IS 224 (87.89% from 255) = 48.8%

R = 44.01%
G = 7.19%
B = 48.8%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA21E0 (or 0xCA21E0) is known color: Deep Magenta. HEX triplet: CA, 21 and E0. RGB value is (202,33,224). Sum of RGB (Red+Green+Blue) = 202+33+224=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21E0 is #35DE1F. Grayscale: #686868. Windows color (decimal): -3530272 or 14688714. OLE color: 14688714.

HSL color Cylindrical-coordinate representation of color #CA21E0: hue angle of 293.09º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA21E0 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 33 224 -
CMYK 0.10 0.85 0 0.12
HSL 293.09º 0.75% 0.5% -
HSV(B) 293.09º 0.85% 0.88% -
XYZ 38.36 19.03 72.17 -
YUV 105.31 194.99 196.97 -
System Red Green Blue C M Y K H S L
Decimal 202 33 224 0.10 0.85 0 0.12 293.09 0.75 0.5
Hex CA 21 E0 A 55 0 C 125 4B 32
Octal 312 41 340 12 125 0 14 445 113 62
Binary 11001010 100001 11100000 1010 1010101 0 1100 100100101 1001011 110010

Color Harmonies of #CA21E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21E0

Black with #CA21E0

Text Example


Text Example

White with #CA21E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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