Html Css Color HEX #C71ABE Deep Magenta

📋 copy color: '#C71ABE'

red 199 ◦ green 26 ◦ blue 190

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

Shades of Deep Magenta #C71ABE

Tints of Deep Magenta #C71ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 47.95%
G = 6.27%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C71ABE (or 0xC71ABE) is known color: Deep Magenta. HEX triplet: C7, 1A and BE. RGB value is (199,26,190). Sum of RGB (Red+Green+Blue) = 199+26+190=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C71ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ABE is #38E541. Grayscale: #5F5F5F. Windows color (decimal): -3728706 or 12458695. OLE color: 12458695.

HSL color Cylindrical-coordinate representation of color #C71ABE: hue angle of 303.12º 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 #C71ABE is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 26 190 -
CMYK 0 0.87 0.05 0.22
HSL 303.12º 0.77% 0.44% -
HSV(B) 303.12º 0.87% 0.78% -
XYZ 33.22 16.6 50.17 -
YUV 96.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 199 26 190 0 0.87 0.05 0.22 303.12 0.77 0.44
Hex C7 1A BE 0 57 5 16 12F 4D 2C
Octal 307 32 276 0 127 5 26 457 115 54
Binary 11000111 11010 10111110 0 1010111 101 10110 100101111 1001101 101100

Color Harmonies of #C71ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ABE

Black with #C71ABE

Text Example


Text Example

White with #C71ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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