Html Css Color HEX #C81FDB Deep Magenta

📋 copy color: '#C81FDB'

red 200 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #C81FDB

Tints of Deep Magenta #C81FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 44.44%
G = 6.89%
B = 48.67%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C81FDB (or 0xC81FDB) is known color: Deep Magenta. HEX triplet: C8, 1F and DB. RGB value is (200,31,219). Sum of RGB (Red+Green+Blue) = 200+31+219=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #C81FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FDB is #37E024. Grayscale: #666666. Windows color (decimal): -3661861 or 14360520. OLE color: 14360520.

HSL color Cylindrical-coordinate representation of color #C81FDB: hue angle of 293.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81FDB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 31 219 -
CMYK 0.09 0.86 0 0.14
HSL 293.94º 0.75% 0.49% -
HSV(B) 293.94º 0.86% 0.86% -
XYZ 37.1 18.37 68.61 -
YUV 102.96 193.49 197.21 -
System Red Green Blue C M Y K H S L
Decimal 200 31 219 0.09 0.86 0 0.14 293.94 0.75 0.49
Hex C8 1F DB 9 56 0 E 126 4B 31
Octal 310 37 333 11 126 0 16 446 113 61
Binary 11001000 11111 11011011 1001 1010110 0 1110 100100110 1001011 110001

Color Harmonies of #C81FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FDB

Black with #C81FDB

Text Example


Text Example

White with #C81FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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