Html Css Color HEX #C81FAE Deep Magenta

📋 copy color: '#C81FAE'

red 200 ◦ green 31 ◦ blue 174

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

Shades of Deep Magenta #C81FAE

Tints of Deep Magenta #C81FAE

RGB

 RED value IS 200 (78.52% from 255) = 49.38%

 GREEN value IS 31 (12.5% from 255) = 7.65%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 49.38%
G = 7.65%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C81FAE (or 0xC81FAE) is known color: Deep Magenta. HEX triplet: C8, 1F and AE. RGB value is (200,31,174). Sum of RGB (Red+Green+Blue) = 200+31+174=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FAE is #37E051. Grayscale: #616161. Windows color (decimal): -3661906 or 11411400. OLE color: 11411400.

HSL color Cylindrical-coordinate representation of color #C81FAE: hue angle of 309.23º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FAE is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 174 -
CMYK 0 0.84 0.13 0.22
HSL 309.23º 0.73% 0.45% -
HSV(B) 309.23º 0.85% 0.78% -
XYZ 31.95 16.32 41.51 -
YUV 97.83 170.99 200.87 -
System Red Green Blue C M Y K H S L
Decimal 200 31 174 0 0.84 0.13 0.22 309.23 0.73 0.45
Hex C8 1F AE 0 54 D 16 135 49 2D
Octal 310 37 256 0 124 15 26 465 111 55
Binary 11001000 11111 10101110 0 1010100 1101 10110 100110101 1001001 101101

Color Harmonies of #C81FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FAE

Black with #C81FAE

Text Example


Text Example

White with #C81FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FAE; }

 p { color: rgb(200,31,174); }

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

background-color css

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

 a { background-color: rgb(200,31,174); }

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

border-color css

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

 span { border-color: rgb(200,31,174); }

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