Html Css Color HEX #C807DB Deep Magenta

📋 copy color: '#C807DB'

red 200 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #C807DB

Tints of Deep Magenta #C807DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

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

R = 46.95%
G = 1.64%
B = 51.41%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C807DB (or 0xC807DB) is known color: Deep Magenta. HEX triplet: C8, 07 and DB. RGB value is (200,7,219). Sum of RGB (Red+Green+Blue) = 200+7+219=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #C807DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807DB is #37F824. Grayscale: #585858. Windows color (decimal): -3668005 or 14354376. OLE color: 14354376.

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

Color convert

RGB 200 7 219 -
CMYK 0.09 0.97 0 0.14
HSL 294.62º 0.94% 0.44% -
HSV(B) 294.62º 0.97% 0.86% -
XYZ 36.68 17.55 68.47 -
YUV 88.88 201.44 207.26 -
System Red Green Blue C M Y K H S L
Decimal 200 7 219 0.09 0.97 0 0.14 294.62 0.94 0.44
Hex C8 7 DB 9 61 0 E 127 5E 2C
Octal 310 7 333 11 141 0 16 447 136 54
Binary 11001000 111 11011011 1001 1100001 0 1110 100100111 1011110 101100

Color Harmonies of #C807DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C807DB

Black with #C807DB

Text Example


Text Example

White with #C807DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C807DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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