Html Css Color HEX #C71ABB Deep Magenta

📋 copy color: '#C71ABB'

red 199 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #C71ABB

Tints of Deep Magenta #C71ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.31%

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

R = 48.3%
G = 6.31%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C71ABB (or 0xC71ABB) is known color: Deep Magenta. HEX triplet: C7, 1A and BB. RGB value is (199,26,187). Sum of RGB (Red+Green+Blue) = 199+26+187=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C71ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ABB is #38E544. Grayscale: #5F5F5F. Windows color (decimal): -3728709 or 12262087. OLE color: 12262087.

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

Color convert

RGB 199 26 187 -
CMYK 0 0.87 0.06 0.22
HSL 304.16º 0.77% 0.44% -
HSV(B) 304.16º 0.87% 0.78% -
XYZ 32.89 16.47 48.46 -
YUV 96.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 199 26 187 0 0.87 0.06 0.22 304.16 0.77 0.44
Hex C7 1A BB 0 57 6 16 130 4D 2C
Octal 307 32 273 0 127 6 26 460 115 54
Binary 11000111 11010 10111011 0 1010111 110 10110 100110000 1001101 101100

Color Harmonies of #C71ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ABB

Black with #C71ABB

Text Example


Text Example

White with #C71ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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