Html Css Color HEX #C71ECB Deep Magenta

📋 copy color: '#C71ECB'

red 199 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #C71ECB

Tints of Deep Magenta #C71ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.94%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 46.06%
G = 6.94%
B = 46.99%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C71ECB (or 0xC71ECB) is known color: Deep Magenta. HEX triplet: C7, 1E and CB. RGB value is (199,30,203). Sum of RGB (Red+Green+Blue) = 199+30+203=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #C71ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ECB is #38E134. Grayscale: #636363. Windows color (decimal): -3727669 or 13311687. OLE color: 13311687.

HSL color Cylindrical-coordinate representation of color #C71ECB: hue angle of 298.61º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71ECB is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 30 203 -
CMYK 0.02 0.85 0 0.20
HSL 298.61º 0.74% 0.46% -
HSV(B) 298.61º 0.85% 0.8% -
XYZ 34.8 17.38 58.02 -
YUV 100.25 185.99 198.43 -
System Red Green Blue C M Y K H S L
Decimal 199 30 203 0.02 0.85 0 0.20 298.61 0.74 0.46
Hex C7 1E CB 2 55 0 14 12B 4A 2E
Octal 307 36 313 2 125 0 24 453 112 56
Binary 11000111 11110 11001011 10 1010101 0 10100 100101011 1001010 101110

Color Harmonies of #C71ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ECB

Black with #C71ECB

Text Example


Text Example

White with #C71ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ECB; }

 p { color: rgb(199,30,203); }

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

background-color css

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

 a { background-color: rgb(199,30,203); }

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

border-color css

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

 span { border-color: rgb(199,30,203); }

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