Html Css Color HEX #C429C2 Deep Magenta

📋 copy color: '#C429C2'

red 196 ◦ green 41 ◦ blue 194

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

Shades of Deep Magenta #C429C2

Tints of Deep Magenta #C429C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 45.48%
G = 9.51%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C429C2 (or 0xC429C2) is known color: Deep Magenta. HEX triplet: C4, 29 and C2. RGB value is (196,41,194). Sum of RGB (Red+Green+Blue) = 196+41+194=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C429C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429C2 is #3BD63D. Grayscale: #686868. Windows color (decimal): -3921470 or 12724676. OLE color: 12724676.

HSL color Cylindrical-coordinate representation of color #C429C2: hue angle of 300.77º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C429C2 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 41 194 -
CMYK 0 0.79 0.01 0.23
HSL 300.77º 0.65% 0.46% -
HSV(B) 300.77º 0.79% 0.77% -
XYZ 33.3 17.22 52.61 -
YUV 104.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 196 41 194 0 0.79 0.01 0.23 300.77 0.65 0.46
Hex C4 29 C2 0 4F 1 17 12D 41 2E
Octal 304 51 302 0 117 1 27 455 101 56
Binary 11000100 101001 11000010 0 1001111 1 10111 100101101 1000001 101110

Color Harmonies of #C429C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429C2

Black with #C429C2

Text Example


Text Example

White with #C429C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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