Html Css Color HEX #C81BDB Deep Magenta

📋 copy color: '#C81BDB'

red 200 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #C81BDB

Tints of Deep Magenta #C81BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.05%

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

R = 44.84%
G = 6.05%
B = 49.1%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C81BDB (or 0xC81BDB) is known color: Deep Magenta. HEX triplet: C8, 1B and DB. RGB value is (200,27,219). Sum of RGB (Red+Green+Blue) = 200+27+219=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #C81BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81BDB is #37E424. Grayscale: #646464. Windows color (decimal): -3662885 or 14359496. OLE color: 14359496.

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

Color convert

RGB 200 27 219 -
CMYK 0.09 0.88 0 0.14
HSL 294.06º 0.78% 0.48% -
HSV(B) 294.06º 0.88% 0.86% -
XYZ 37 18.18 68.58 -
YUV 100.62 194.81 198.89 -
System Red Green Blue C M Y K H S L
Decimal 200 27 219 0.09 0.88 0 0.14 294.06 0.78 0.48
Hex C8 1B DB 9 58 0 E 126 4E 30
Octal 310 33 333 11 130 0 16 446 116 60
Binary 11001000 11011 11011011 1001 1011000 0 1110 100100110 1001110 110000

Color Harmonies of #C81BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81BDB

Black with #C81BDB

Text Example


Text Example

White with #C81BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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