Html Css Color HEX #C71FDB Deep Magenta

📋 copy color: '#C71FDB'

red 199 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #C71FDB

Tints of Deep Magenta #C71FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.9%

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 44.32%
G = 6.9%
B = 48.78%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C71FDB (or 0xC71FDB) is known color: Deep Magenta. HEX triplet: C7, 1F and DB. RGB value is (199,31,219). Sum of RGB (Red+Green+Blue) = 199+31+219=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #C71FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FDB is #38E024. Grayscale: #666666. Windows color (decimal): -3727397 or 14360519. OLE color: 14360519.

HSL color Cylindrical-coordinate representation of color #C71FDB: hue angle of 293.62º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71FDB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 31 219 -
CMYK 0.09 0.86 0 0.14
HSL 293.62º 0.75% 0.49% -
HSV(B) 293.62º 0.86% 0.86% -
XYZ 36.83 18.24 68.6 -
YUV 102.66 193.66 196.71 -
System Red Green Blue C M Y K H S L
Decimal 199 31 219 0.09 0.86 0 0.14 293.62 0.75 0.49
Hex C7 1F DB 9 56 0 E 126 4B 31
Octal 307 37 333 11 126 0 16 446 113 61
Binary 11000111 11111 11011011 1001 1010110 0 1110 100100110 1001011 110001

Color Harmonies of #C71FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FDB

Black with #C71FDB

Text Example


Text Example

White with #C71FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FDB; }

 p { color: rgb(199,31,219); }

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

background-color css

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

 a { background-color: rgb(199,31,219); }

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

border-color css

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

 span { border-color: rgb(199,31,219); }

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