Html Css Color HEX #C807DC Deep Magenta

📋 copy color: '#C807DC'

red 200 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #C807DC

Tints of Deep Magenta #C807DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 46.84%
G = 1.64%
B = 51.52%

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

#C807DC (or 0xC807DC) is known color: Deep Magenta. HEX triplet: C8, 07 and DC. RGB value is (200,7,220). Sum of RGB (Red+Green+Blue) = 200+7+220=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #C807DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807DC is #37F823. Grayscale: #585858. Windows color (decimal): -3668004 or 14419912. OLE color: 14419912.

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

Color convert

RGB 200 7 220 -
CMYK 0.09 0.97 0 0.14
HSL 294.37º 0.94% 0.45% -
HSV(B) 294.37º 0.97% 0.86% -
XYZ 36.81 17.6 69.17 -
YUV 88.99 201.94 207.18 -
System Red Green Blue C M Y K H S L
Decimal 200 7 220 0.09 0.97 0 0.14 294.37 0.94 0.45
Hex C8 7 DC 9 61 0 E 126 5E 2D
Octal 310 7 334 11 141 0 16 446 136 55
Binary 11001000 111 11011100 1001 1100001 0 1110 100100110 1011110 101101

Color Harmonies of #C807DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C807DC

Black with #C807DC

Text Example


Text Example

White with #C807DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C807DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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