Html Css Color HEX #C71ABD Deep Magenta

📋 copy color: '#C71ABD'

red 199 ◦ green 26 ◦ blue 189

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

Shades of Deep Magenta #C71ABD

Tints of Deep Magenta #C71ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 48.07%
G = 6.28%
B = 45.65%

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

#C71ABD (or 0xC71ABD) is known color: Deep Magenta. HEX triplet: C7, 1A and BD. RGB value is (199,26,189). Sum of RGB (Red+Green+Blue) = 199+26+189=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C71ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ABD is #38E542. Grayscale: #5F5F5F. Windows color (decimal): -3728707 or 12393159. OLE color: 12393159.

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

Color convert

RGB 199 26 189 -
CMYK 0 0.87 0.05 0.22
HSL 303.47º 0.77% 0.44% -
HSV(B) 303.47º 0.87% 0.78% -
XYZ 33.11 16.56 49.59 -
YUV 96.31 180.31 201.25 -
System Red Green Blue C M Y K H S L
Decimal 199 26 189 0 0.87 0.05 0.22 303.47 0.77 0.44
Hex C7 1A BD 0 57 5 16 12F 4D 2C
Octal 307 32 275 0 127 5 26 457 115 54
Binary 11000111 11010 10111101 0 1010111 101 10110 100101111 1001101 101100

Color Harmonies of #C71ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ABD

Black with #C71ABD

Text Example


Text Example

White with #C71ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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