Html Css Color HEX #C81FD6 Deep Magenta

📋 copy color: '#C81FD6'

red 200 ◦ green 31 ◦ blue 214

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

Shades of Deep Magenta #C81FD6

Tints of Deep Magenta #C81FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 44.94%
G = 6.97%
B = 48.09%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C81FD6 (or 0xC81FD6) is known color: Deep Magenta. HEX triplet: C8, 1F and D6. RGB value is (200,31,214). Sum of RGB (Red+Green+Blue) = 200+31+214=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #C81FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FD6 is #37E029. Grayscale: #656565. Windows color (decimal): -3661866 or 14032840. OLE color: 14032840.

HSL color Cylindrical-coordinate representation of color #C81FD6: hue angle of 295.41º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81FD6 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 31 214 -
CMYK 0.07 0.86 0 0.16
HSL 295.41º 0.75% 0.48% -
HSV(B) 295.41º 0.86% 0.84% -
XYZ 36.45 18.11 65.19 -
YUV 102.39 190.99 197.62 -
System Red Green Blue C M Y K H S L
Decimal 200 31 214 0.07 0.86 0 0.16 295.41 0.75 0.48
Hex C8 1F D6 7 56 0 10 127 4B 30
Octal 310 37 326 7 126 0 20 447 113 60
Binary 11001000 11111 11010110 111 1010110 0 10000 100100111 1001011 110000

Color Harmonies of #C81FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FD6

Black with #C81FD6

Text Example


Text Example

White with #C81FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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