Html Css Color HEX #C729D4 Deep Magenta

📋 copy color: '#C729D4'

red 199 ◦ green 41 ◦ blue 212

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

Shades of Deep Magenta #C729D4

Tints of Deep Magenta #C729D4

RGB

 RED value IS 199 (78.13% from 255) = 44.03%

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

 BLUE value IS 212 (83.2% from 255) = 46.9%

R = 44.03%
G = 9.07%
B = 46.9%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C729D4 (or 0xC729D4) is known color: Deep Magenta. HEX triplet: C7, 29 and D4. RGB value is (199,41,212). Sum of RGB (Red+Green+Blue) = 199+41+212=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #C729D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729D4 is #38D62B. Grayscale: #6B6B6B. Windows color (decimal): -3724844 or 13904327. OLE color: 13904327.

HSL color Cylindrical-coordinate representation of color #C729D4: hue angle of 295.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C729D4 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 41 212 -
CMYK 0.06 0.81 0 0.17
HSL 295.44º 0.68% 0.5% -
HSV(B) 295.44º 0.81% 0.83% -
XYZ 36.23 18.48 63.95 -
YUV 107.74 186.85 193.1 -
System Red Green Blue C M Y K H S L
Decimal 199 41 212 0.06 0.81 0 0.17 295.44 0.68 0.5
Hex C7 29 D4 6 51 0 11 127 44 32
Octal 307 51 324 6 121 0 21 447 104 62
Binary 11000111 101001 11010100 110 1010001 0 10001 100100111 1000100 110010

Color Harmonies of #C729D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C729D4

Black with #C729D4

Text Example


Text Example

White with #C729D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C729D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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