Html Css Color HEX #CA29DD Deep Magenta

📋 copy color: '#CA29DD'

red 202 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #CA29DD

Tints of Deep Magenta #CA29DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.84%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 43.53%
G = 8.84%
B = 47.63%

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

#CA29DD (or 0xCA29DD) is known color: Deep Magenta. HEX triplet: CA, 29 and DD. RGB value is (202,41,221). Sum of RGB (Red+Green+Blue) = 202+41+221=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29DD is #35D622. Grayscale: #6D6D6D. Windows color (decimal): -3528227 or 14494154. OLE color: 14494154.

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

Color convert

RGB 202 41 221 -
CMYK 0.09 0.81 0 0.13
HSL 293.67º 0.73% 0.51% -
HSV(B) 293.67º 0.81% 0.87% -
XYZ 38.2 19.36 70.13 -
YUV 109.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 202 41 221 0.09 0.81 0 0.13 293.67 0.73 0.51
Hex CA 29 DD 9 51 0 D 126 49 33
Octal 312 51 335 11 121 0 15 446 111 63
Binary 11001010 101001 11011101 1001 1010001 0 1101 100100110 1001001 110011

Color Harmonies of #CA29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29DD

Black with #CA29DD

Text Example


Text Example

White with #CA29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29DD; }

 p { color: rgb(202,41,221); }

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

background-color css

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

 a { background-color: rgb(202,41,221); }

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

border-color css

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

 span { border-color: rgb(202,41,221); }

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