Html Css Color HEX #C71ACD Deep Magenta

📋 copy color: '#C71ACD'

red 199 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #C71ACD

Tints of Deep Magenta #C71ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 46.28%
G = 6.05%
B = 47.67%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C71ACD (or 0xC71ACD) is known color: Deep Magenta. HEX triplet: C7, 1A and CD. RGB value is (199,26,205). Sum of RGB (Red+Green+Blue) = 199+26+205=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #C71ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ACD is #38E532. Grayscale: #616161. Windows color (decimal): -3728691 or 13441735. OLE color: 13441735.

HSL color Cylindrical-coordinate representation of color #C71ACD: hue angle of 297.99º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71ACD is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 26 205 -
CMYK 0.03 0.87 0 0.20
HSL 297.99º 0.77% 0.45% -
HSV(B) 297.99º 0.87% 0.8% -
XYZ 34.94 17.29 59.25 -
YUV 98.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 199 26 205 0.03 0.87 0 0.20 297.99 0.77 0.45
Hex C7 1A CD 3 57 0 14 12A 4D 2D
Octal 307 32 315 3 127 0 24 452 115 55
Binary 11000111 11010 11001101 11 1010111 0 10100 100101010 1001101 101101

Color Harmonies of #C71ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ACD

Black with #C71ACD

Text Example


Text Example

White with #C71ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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