Html Css Color HEX #C807DD Deep Magenta

📋 copy color: '#C807DD'

red 200 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #C807DD

Tints of Deep Magenta #C807DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 46.73%
G = 1.64%
B = 51.64%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C807DD (or 0xC807DD) is known color: Deep Magenta. HEX triplet: C8, 07 and DD. RGB value is (200,7,221). Sum of RGB (Red+Green+Blue) = 200+7+221=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #C807DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807DD is #37F822. Grayscale: #585858. Windows color (decimal): -3668003 or 14485448. OLE color: 14485448.

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

Color convert

RGB 200 7 221 -
CMYK 0.10 0.97 0 0.13
HSL 294.11º 0.94% 0.45% -
HSV(B) 294.11º 0.97% 0.87% -
XYZ 36.95 17.65 69.87 -
YUV 89.1 202.44 207.1 -
System Red Green Blue C M Y K H S L
Decimal 200 7 221 0.10 0.97 0 0.13 294.11 0.94 0.45
Hex C8 7 DD A 61 0 D 126 5E 2D
Octal 310 7 335 12 141 0 15 446 136 55
Binary 11001000 111 11011101 1010 1100001 0 1101 100100110 1011110 101101

Color Harmonies of #C807DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C807DD

Black with #C807DD

Text Example


Text Example

White with #C807DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C807DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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