Html Css Color HEX #C729CF Deep Magenta

📋 copy color: '#C729CF'

red 199 ◦ green 41 ◦ blue 207

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

Shades of Deep Magenta #C729CF

Tints of Deep Magenta #C729CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 44.52%
G = 9.17%
B = 46.31%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C729CF (or 0xC729CF) is known color: Deep Magenta. HEX triplet: C7, 29 and CF. RGB value is (199,41,207). Sum of RGB (Red+Green+Blue) = 199+41+207=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #C729CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729CF is #38D630. Grayscale: #6A6A6A. Windows color (decimal): -3724849 or 13576647. OLE color: 13576647.

HSL color Cylindrical-coordinate representation of color #C729CF: hue angle of 297.11º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C729CF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 41 207 -
CMYK 0.04 0.80 0 0.19
HSL 297.11º 0.67% 0.49% -
HSV(B) 297.11º 0.8% 0.81% -
XYZ 35.61 18.23 60.67 -
YUV 107.17 184.35 193.5 -
System Red Green Blue C M Y K H S L
Decimal 199 41 207 0.04 0.80 0 0.19 297.11 0.67 0.49
Hex C7 29 CF 4 50 0 13 129 43 31
Octal 307 51 317 4 120 0 23 451 103 61
Binary 11000111 101001 11001111 100 1010000 0 10011 100101001 1000011 110001

Color Harmonies of #C729CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C729CF

Black with #C729CF

Text Example


Text Example

White with #C729CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C729CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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