Html Css Color HEX #C429CE Deep Magenta

📋 copy color: '#C429CE'

red 196 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #C429CE

Tints of Deep Magenta #C429CE

RGB

 RED value IS 196 (76.95% from 255) = 44.24%

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

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

R = 44.24%
G = 9.26%
B = 46.5%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C429CE (or 0xC429CE) is known color: Deep Magenta. HEX triplet: C4, 29 and CE. RGB value is (196,41,206). Sum of RGB (Red+Green+Blue) = 196+41+206=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #C429CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429CE is #3BD631. Grayscale: #696969. Windows color (decimal): -3921458 or 13511108. OLE color: 13511108.

HSL color Cylindrical-coordinate representation of color #C429CE: hue angle of 296.36º 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 #C429CE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 41 206 -
CMYK 0.05 0.80 0 0.19
HSL 296.36º 0.67% 0.48% -
HSV(B) 296.36º 0.8% 0.81% -
XYZ 34.7 17.78 60 -
YUV 106.16 184.35 192.08 -
System Red Green Blue C M Y K H S L
Decimal 196 41 206 0.05 0.80 0 0.19 296.36 0.67 0.48
Hex C4 29 CE 5 50 0 13 128 43 30
Octal 304 51 316 5 120 0 23 450 103 60
Binary 11000100 101001 11001110 101 1010000 0 10011 100101000 1000011 110000

Color Harmonies of #C429CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429CE

Black with #C429CE

Text Example


Text Example

White with #C429CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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