Html Css Color HEX #CA29C0 Deep Magenta

📋 copy color: '#CA29C0'

red 202 ◦ green 41 ◦ blue 192

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

Shades of Deep Magenta #CA29C0

Tints of Deep Magenta #CA29C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 46.44%
G = 9.43%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA29C0 (or 0xCA29C0) is known color: Deep Magenta. HEX triplet: CA, 29 and C0. RGB value is (202,41,192). Sum of RGB (Red+Green+Blue) = 202+41+192=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29C0 is #35D63F. Grayscale: #696969. Windows color (decimal): -3528256 or 12593610. OLE color: 12593610.

HSL color Cylindrical-coordinate representation of color #CA29C0: hue angle of 303.73º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA29C0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 192 -
CMYK 0 0.80 0.05 0.21
HSL 303.73º 0.66% 0.48% -
HSV(B) 303.73º 0.8% 0.79% -
XYZ 34.66 17.95 51.51 -
YUV 106.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 202 41 192 0 0.80 0.05 0.21 303.73 0.66 0.48
Hex CA 29 C0 0 50 5 15 130 42 30
Octal 312 51 300 0 120 5 25 460 102 60
Binary 11001010 101001 11000000 0 1010000 101 10101 100110000 1000010 110000

Color Harmonies of #CA29C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29C0

Black with #CA29C0

Text Example


Text Example

White with #CA29C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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