Html Css Color HEX #C71BC0 Deep Magenta

📋 copy color: '#C71BC0'

red 199 ◦ green 27 ◦ blue 192

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

Shades of Deep Magenta #C71BC0

Tints of Deep Magenta #C71BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 47.61%
G = 6.46%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C71BC0 (or 0xC71BC0) is known color: Deep Magenta. HEX triplet: C7, 1B and C0. RGB value is (199,27,192). Sum of RGB (Red+Green+Blue) = 199+27+192=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BC0 is #38E43F. Grayscale: #606060. Windows color (decimal): -3728448 or 12590023. OLE color: 12590023.

HSL color Cylindrical-coordinate representation of color #C71BC0: hue angle of 302.44º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71BC0 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 27 192 -
CMYK 0 0.86 0.04 0.22
HSL 302.44º 0.76% 0.44% -
HSV(B) 302.44º 0.86% 0.78% -
XYZ 33.46 16.73 51.34 -
YUV 97.24 181.48 200.58 -
System Red Green Blue C M Y K H S L
Decimal 199 27 192 0 0.86 0.04 0.22 302.44 0.76 0.44
Hex C7 1B C0 0 56 4 16 12E 4C 2C
Octal 307 33 300 0 126 4 26 456 114 54
Binary 11000111 11011 11000000 0 1010110 100 10110 100101110 1001100 101100

Color Harmonies of #C71BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BC0

Black with #C71BC0

Text Example


Text Example

White with #C71BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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