Html Css Color HEX #C71BDB Deep Magenta

📋 copy color: '#C71BDB'

red 199 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #C71BDB

Tints of Deep Magenta #C71BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.07%

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

R = 44.72%
G = 6.07%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C71BDB (or 0xC71BDB) is known color: Deep Magenta. HEX triplet: C7, 1B and DB. RGB value is (199,27,219). Sum of RGB (Red+Green+Blue) = 199+27+219=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #C71BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BDB is #38E424. Grayscale: #636363. Windows color (decimal): -3728421 or 14359495. OLE color: 14359495.

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

Color convert

RGB 199 27 219 -
CMYK 0.09 0.88 0 0.14
HSL 293.75º 0.78% 0.48% -
HSV(B) 293.75º 0.88% 0.86% -
XYZ 36.73 18.04 68.56 -
YUV 100.32 194.98 198.39 -
System Red Green Blue C M Y K H S L
Decimal 199 27 219 0.09 0.88 0 0.14 293.75 0.78 0.48
Hex C7 1B DB 9 58 0 E 126 4E 30
Octal 307 33 333 11 130 0 16 446 116 60
Binary 11000111 11011 11011011 1001 1011000 0 1110 100100110 1001110 110000

Color Harmonies of #C71BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BDB

Black with #C71BDB

Text Example


Text Example

White with #C71BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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