Html Css Color HEX #C729BF Deep Magenta

📋 copy color: '#C729BF'

red 199 ◦ green 41 ◦ blue 191

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

Shades of Deep Magenta #C729BF

Tints of Deep Magenta #C729BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 46.17%
G = 9.51%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C729BF (or 0xC729BF) is known color: Deep Magenta. HEX triplet: C7, 29 and BF. RGB value is (199,41,191). Sum of RGB (Red+Green+Blue) = 199+41+191=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C729BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729BF is #38D640. Grayscale: #686868. Windows color (decimal): -3724865 or 12528071. OLE color: 12528071.

HSL color Cylindrical-coordinate representation of color #C729BF: hue angle of 303.04º 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 #C729BF is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 191 -
CMYK 0 0.79 0.04 0.22
HSL 303.04º 0.66% 0.47% -
HSV(B) 303.04º 0.79% 0.78% -
XYZ 33.75 17.49 50.89 -
YUV 105.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 199 41 191 0 0.79 0.04 0.22 303.04 0.66 0.47
Hex C7 29 BF 0 4F 4 16 12F 42 2F
Octal 307 51 277 0 117 4 26 457 102 57
Binary 11000111 101001 10111111 0 1001111 100 10110 100101111 1000010 101111

Color Harmonies of #C729BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C729BF

Black with #C729BF

Text Example


Text Example

White with #C729BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C729BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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