Html Css Color HEX #C71DCF Deep Magenta

📋 copy color: '#C71DCF'

red 199 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #C71DCF

Tints of Deep Magenta #C71DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.67%

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

R = 45.75%
G = 6.67%
B = 47.59%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C71DCF (or 0xC71DCF) is known color: Deep Magenta. HEX triplet: C7, 1D and CF. RGB value is (199,29,207). Sum of RGB (Red+Green+Blue) = 199+29+207=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C71DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DCF is #38E230. Grayscale: #636363. Windows color (decimal): -3727921 or 13573575. OLE color: 13573575.

HSL color Cylindrical-coordinate representation of color #C71DCF: hue angle of 297.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71DCF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 29 207 -
CMYK 0.04 0.86 0 0.19
HSL 297.3º 0.75% 0.46% -
HSV(B) 297.3º 0.86% 0.81% -
XYZ 35.26 17.53 60.56 -
YUV 100.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 199 29 207 0.04 0.86 0 0.19 297.3 0.75 0.46
Hex C7 1D CF 4 56 0 13 129 4B 2E
Octal 307 35 317 4 126 0 23 451 113 56
Binary 11000111 11101 11001111 100 1010110 0 10011 100101001 1001011 101110

Color Harmonies of #C71DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DCF

Black with #C71DCF

Text Example


Text Example

White with #C71DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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