Html Css Color HEX #CA29CE Deep Magenta

📋 copy color: '#CA29CE'

red 202 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #CA29CE

Tints of Deep Magenta #CA29CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 44.99%
G = 9.13%
B = 45.88%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA29CE (or 0xCA29CE) is known color: Deep Magenta. HEX triplet: CA, 29 and CE. RGB value is (202,41,206). Sum of RGB (Red+Green+Blue) = 202+41+206=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29CE is #35D631. Grayscale: #6B6B6B. Windows color (decimal): -3528242 or 13511114. OLE color: 13511114.

HSL color Cylindrical-coordinate representation of color #CA29CE: hue angle of 298.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA29CE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 41 206 -
CMYK 0.02 0.80 0 0.19
HSL 298.55º 0.67% 0.48% -
HSV(B) 298.55º 0.8% 0.81% -
XYZ 36.29 18.6 60.07 -
YUV 107.95 183.34 195.08 -
System Red Green Blue C M Y K H S L
Decimal 202 41 206 0.02 0.80 0 0.19 298.55 0.67 0.48
Hex CA 29 CE 2 50 0 13 12B 43 30
Octal 312 51 316 2 120 0 23 453 103 60
Binary 11001010 101001 11001110 10 1010000 0 10011 100101011 1000011 110000

Color Harmonies of #CA29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29CE

Black with #CA29CE

Text Example


Text Example

White with #CA29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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