Html Css Color HEX #C71BD5 Deep Magenta

📋 copy color: '#C71BD5'

red 199 ◦ green 27 ◦ blue 213

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

Shades of Deep Magenta #C71BD5

Tints of Deep Magenta #C71BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 45.33%
G = 6.15%
B = 48.52%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C71BD5 (or 0xC71BD5) is known color: Deep Magenta. HEX triplet: C7, 1B and D5. RGB value is (199,27,213). Sum of RGB (Red+Green+Blue) = 199+27+213=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #C71BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BD5 is #38E42A. Grayscale: #636363. Windows color (decimal): -3728427 or 13966279. OLE color: 13966279.

HSL color Cylindrical-coordinate representation of color #C71BD5: hue angle of 295.48º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71BD5 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 27 213 -
CMYK 0.07 0.87 0 0.16
HSL 295.48º 0.78% 0.47% -
HSV(B) 295.48º 0.87% 0.84% -
XYZ 35.96 17.73 64.48 -
YUV 99.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 199 27 213 0.07 0.87 0 0.16 295.48 0.78 0.47
Hex C7 1B D5 7 57 0 10 127 4E 2F
Octal 307 33 325 7 127 0 20 447 116 57
Binary 11000111 11011 11010101 111 1010111 0 10000 100100111 1001110 101111

Color Harmonies of #C71BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BD5

Black with #C71BD5

Text Example


Text Example

White with #C71BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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