Html Css Color HEX #C81FAF Deep Magenta

📋 copy color: '#C81FAF'

red 200 ◦ green 31 ◦ blue 175

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

Shades of Deep Magenta #C81FAF

Tints of Deep Magenta #C81FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 49.26%
G = 7.64%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C81FAF (or 0xC81FAF) is known color: Deep Magenta. HEX triplet: C8, 1F and AF. RGB value is (200,31,175). Sum of RGB (Red+Green+Blue) = 200+31+175=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FAF is #37E050. Grayscale: #616161. Windows color (decimal): -3661905 or 11476936. OLE color: 11476936.

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

Color convert

RGB 200 31 175 -
CMYK 0 0.84 0.12 0.22
HSL 308.88º 0.73% 0.45% -
HSV(B) 308.88º 0.85% 0.78% -
XYZ 32.05 16.35 42.03 -
YUV 97.95 171.49 200.79 -
System Red Green Blue C M Y K H S L
Decimal 200 31 175 0 0.84 0.12 0.22 308.88 0.73 0.45
Hex C8 1F AF 0 54 C 16 135 49 2D
Octal 310 37 257 0 124 14 26 465 111 55
Binary 11001000 11111 10101111 0 1010100 1100 10110 100110101 1001001 101101

Color Harmonies of #C81FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FAF

Black with #C81FAF

Text Example


Text Example

White with #C81FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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