Html Css Color HEX #C71AB3 Deep Magenta

📋 copy color: '#C71AB3'

red 199 ◦ green 26 ◦ blue 179

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

Shades of Deep Magenta #C71AB3

Tints of Deep Magenta #C71AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.31%

R = 49.26%
G = 6.44%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C71AB3 (or 0xC71AB3) is known color: Deep Magenta. HEX triplet: C7, 1A and B3. RGB value is (199,26,179). Sum of RGB (Red+Green+Blue) = 199+26+179=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AB3 is #38E54C. Grayscale: #5E5E5E. Windows color (decimal): -3728717 or 11737799. OLE color: 11737799.

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

Color convert

RGB 199 26 179 -
CMYK 0 0.87 0.10 0.22
HSL 306.94º 0.77% 0.44% -
HSV(B) 306.94º 0.87% 0.78% -
XYZ 32.06 16.14 44.07 -
YUV 95.17 175.31 202.06 -
System Red Green Blue C M Y K H S L
Decimal 199 26 179 0 0.87 0.10 0.22 306.94 0.77 0.44
Hex C7 1A B3 0 57 A 16 133 4D 2C
Octal 307 32 263 0 127 12 26 463 115 54
Binary 11000111 11010 10110011 0 1010111 1010 10110 100110011 1001101 101100

Color Harmonies of #C71AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AB3

Black with #C71AB3

Text Example


Text Example

White with #C71AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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