Html Css Color HEX #C71EBB Deep Magenta

📋 copy color: '#C71EBB'

red 199 ◦ green 30 ◦ blue 187

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

Shades of Deep Magenta #C71EBB

Tints of Deep Magenta #C71EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 47.84%
G = 7.21%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C71EBB (or 0xC71EBB) is known color: Deep Magenta. HEX triplet: C7, 1E and BB. RGB value is (199,30,187). Sum of RGB (Red+Green+Blue) = 199+30+187=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EBB is #38E144. Grayscale: #616161. Windows color (decimal): -3727685 or 12263111. OLE color: 12263111.

HSL color Cylindrical-coordinate representation of color #C71EBB: hue angle of 304.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71EBB is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 187 -
CMYK 0 0.85 0.06 0.22
HSL 304.26º 0.74% 0.45% -
HSV(B) 304.26º 0.85% 0.78% -
XYZ 32.99 16.66 48.49 -
YUV 98.43 177.99 199.73 -
System Red Green Blue C M Y K H S L
Decimal 199 30 187 0 0.85 0.06 0.22 304.26 0.74 0.45
Hex C7 1E BB 0 55 6 16 130 4A 2D
Octal 307 36 273 0 125 6 26 460 112 55
Binary 11000111 11110 10111011 0 1010101 110 10110 100110000 1001010 101101

Color Harmonies of #C71EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EBB

Black with #C71EBB

Text Example


Text Example

White with #C71EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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