Html Css Color HEX #C71ACC Deep Magenta

📋 copy color: '#C71ACC'

red 199 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #C71ACC

Tints of Deep Magenta #C71ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 46.39%
G = 6.06%
B = 47.55%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C71ACC (or 0xC71ACC) is known color: Deep Magenta. HEX triplet: C7, 1A and CC. RGB value is (199,26,204). Sum of RGB (Red+Green+Blue) = 199+26+204=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #C71ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ACC is #38E533. Grayscale: #616161. Windows color (decimal): -3728692 or 13376199. OLE color: 13376199.

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

Color convert

RGB 199 26 204 -
CMYK 0.02 0.87 0 0.2
HSL 298.31º 0.77% 0.45% -
HSV(B) 298.31º 0.87% 0.8% -
XYZ 34.82 17.24 58.62 -
YUV 98.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 199 26 204 0.02 0.87 0 0.2 298.31 0.77 0.45
Hex C7 1A CC 2 57 0 14 12A 4D 2D
Octal 307 32 314 2 127 0 24 452 115 55
Binary 11000111 11010 11001100 10 1010111 0 10100 100101010 1001101 101101

Color Harmonies of #C71ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ACC

Black with #C71ACC

Text Example


Text Example

White with #C71ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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