Html Css Color HEX #CA29DF Deep Magenta

📋 copy color: '#CA29DF'

red 202 ◦ green 41 ◦ blue 223

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

Shades of Deep Magenta #CA29DF

Tints of Deep Magenta #CA29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 43.35%
G = 8.8%
B = 47.85%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA29DF (or 0xCA29DF) is known color: Deep Magenta. HEX triplet: CA, 29 and DF. RGB value is (202,41,223). Sum of RGB (Red+Green+Blue) = 202+41+223=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA29DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29DF is #35D620. Grayscale: #6D6D6D. Windows color (decimal): -3528225 or 14625226. OLE color: 14625226.

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

Color convert

RGB 202 41 223 -
CMYK 0.09 0.82 0 0.13
HSL 293.08º 0.74% 0.52% -
HSV(B) 293.08º 0.82% 0.87% -
XYZ 38.47 19.47 71.54 -
YUV 109.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 202 41 223 0.09 0.82 0 0.13 293.08 0.74 0.52
Hex CA 29 DF 9 52 0 D 125 4A 34
Octal 312 51 337 11 122 0 15 445 112 64
Binary 11001010 101001 11011111 1001 1010010 0 1101 100100101 1001010 110100

Color Harmonies of #CA29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29DF

Black with #CA29DF

Text Example


Text Example

White with #CA29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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