Html Css Color HEX #C429C7 Deep Magenta

📋 copy color: '#C429C7'

red 196 ◦ green 41 ◦ blue 199

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

Shades of Deep Magenta #C429C7

Tints of Deep Magenta #C429C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.64%

R = 44.95%
G = 9.4%
B = 45.64%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C429C7 (or 0xC429C7) is known color: Deep Magenta. HEX triplet: C4, 29 and C7. RGB value is (196,41,199). Sum of RGB (Red+Green+Blue) = 196+41+199=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #C429C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429C7 is #3BD638. Grayscale: #686868. Windows color (decimal): -3921465 or 13052356. OLE color: 13052356.

HSL color Cylindrical-coordinate representation of color #C429C7: hue angle of 298.86º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C429C7 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 41 199 -
CMYK 0.02 0.79 0 0.22
HSL 298.86º 0.66% 0.47% -
HSV(B) 298.86º 0.79% 0.78% -
XYZ 33.87 17.45 55.62 -
YUV 105.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 196 41 199 0.02 0.79 0 0.22 298.86 0.66 0.47
Hex C4 29 C7 2 4F 0 16 12B 42 2F
Octal 304 51 307 2 117 0 26 453 102 57
Binary 11000100 101001 11000111 10 1001111 0 10110 100101011 1000010 101111

Color Harmonies of #C429C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429C7

Black with #C429C7

Text Example


Text Example

White with #C429C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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