Html Css Color HEX #C71ACF Deep Magenta

📋 copy color: '#C71ACF'

red 199 ◦ green 26 ◦ blue 207

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

Shades of Deep Magenta #C71ACF

Tints of Deep Magenta #C71ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 46.06%
G = 6.02%
B = 47.92%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C71ACF (or 0xC71ACF) is known color: Deep Magenta. HEX triplet: C7, 1A and CF. RGB value is (199,26,207). Sum of RGB (Red+Green+Blue) = 199+26+207=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #C71ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ACF is #38E530. Grayscale: #616161. Windows color (decimal): -3728689 or 13572807. OLE color: 13572807.

HSL color Cylindrical-coordinate representation of color #C71ACF: hue angle of 297.35º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71ACF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 26 207 -
CMYK 0.04 0.87 0 0.19
HSL 297.35º 0.78% 0.46% -
HSV(B) 297.35º 0.87% 0.81% -
XYZ 35.19 17.39 60.53 -
YUV 98.36 189.31 199.78 -
System Red Green Blue C M Y K H S L
Decimal 199 26 207 0.04 0.87 0 0.19 297.35 0.78 0.46
Hex C7 1A CF 4 57 0 13 129 4E 2E
Octal 307 32 317 4 127 0 23 451 116 56
Binary 11000111 11010 11001111 100 1010111 0 10011 100101001 1001110 101110

Color Harmonies of #C71ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ACF

Black with #C71ACF

Text Example


Text Example

White with #C71ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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