Html Css Color HEX #C71BDD Deep Magenta

📋 copy color: '#C71BDD'

red 199 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #C71BDD

Tints of Deep Magenta #C71BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 44.52%
G = 6.04%
B = 49.44%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C71BDD (or 0xC71BDD) is known color: Deep Magenta. HEX triplet: C7, 1B and DD. RGB value is (199,27,221). Sum of RGB (Red+Green+Blue) = 199+27+221=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #C71BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BDD is #38E422. Grayscale: #636363. Windows color (decimal): -3728419 or 14490567. OLE color: 14490567.

HSL color Cylindrical-coordinate representation of color #C71BDD: hue angle of 293.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71BDD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 27 221 -
CMYK 0.10 0.88 0 0.13
HSL 293.2º 0.78% 0.49% -
HSV(B) 293.2º 0.88% 0.87% -
XYZ 37 18.15 69.96 -
YUV 100.54 195.98 198.23 -
System Red Green Blue C M Y K H S L
Decimal 199 27 221 0.10 0.88 0 0.13 293.2 0.78 0.49
Hex C7 1B DD A 58 0 D 125 4E 31
Octal 307 33 335 12 130 0 15 445 116 61
Binary 11000111 11011 11011101 1010 1011000 0 1101 100100101 1001110 110001

Color Harmonies of #C71BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BDD

Black with #C71BDD

Text Example


Text Example

White with #C71BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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