Html Css Color HEX #C81FC9 Deep Magenta

📋 copy color: '#C81FC9'

red 200 ◦ green 31 ◦ blue 201

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

Shades of Deep Magenta #C81FC9

Tints of Deep Magenta #C81FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.53%

R = 46.3%
G = 7.18%
B = 46.53%

CMYK

 C value IS 0.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C81FC9 (or 0xC81FC9) is known color: Deep Magenta. HEX triplet: C8, 1F and C9. RGB value is (200,31,201). Sum of RGB (Red+Green+Blue) = 200+31+201=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #C81FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FC9 is #37E036. Grayscale: #646464. Windows color (decimal): -3661879 or 13180872. OLE color: 13180872.

HSL color Cylindrical-coordinate representation of color #C81FC9: hue angle of 299.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FC9 is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 31 201 -
CMYK 0.00 0.85 0 0.21
HSL 299.65º 0.73% 0.45% -
HSV(B) 299.65º 0.85% 0.79% -
XYZ 34.85 17.48 56.79 -
YUV 100.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 200 31 201 0.00 0.85 0 0.21 299.65 0.73 0.45
Hex C8 1F C9 0 55 0 15 12C 49 2D
Octal 310 37 311 0 125 0 25 454 111 55
Binary 11001000 11111 11001001 0 1010101 0 10101 100101100 1001001 101101

Color Harmonies of #C81FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FC9

Black with #C81FC9

Text Example


Text Example

White with #C81FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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