Html Css Color HEX #C805D1 Deep Magenta

📋 copy color: '#C805D1'

red 200 ◦ green 5 ◦ blue 209

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

Shades of Deep Magenta #C805D1

Tints of Deep Magenta #C805D1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 209 (82.03% from 255) = 50.48%

R = 48.31%
G = 1.21%
B = 50.48%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C805D1 (or 0xC805D1) is known color: Deep Magenta. HEX triplet: C8, 05 and D1. RGB value is (200,5,209). Sum of RGB (Red+Green+Blue) = 200+5+209=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #C805D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805D1 is #37FA2E. Grayscale: #555555. Windows color (decimal): -3668527 or 13698504. OLE color: 13698504.

HSL color Cylindrical-coordinate representation of color #C805D1: hue angle of 297.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805D1 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 5 209 -
CMYK 0.04 0.98 0 0.18
HSL 297.35º 0.95% 0.42% -
HSV(B) 297.35º 0.98% 0.82% -
XYZ 35.38 16.99 61.74 -
YUV 86.56 197.1 208.91 -
System Red Green Blue C M Y K H S L
Decimal 200 5 209 0.04 0.98 0 0.18 297.35 0.95 0.42
Hex C8 5 D1 4 62 0 12 129 5F 2A
Octal 310 5 321 4 142 0 22 451 137 52
Binary 11001000 101 11010001 100 1100010 0 10010 100101001 1011111 101010

Color Harmonies of #C805D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805D1

Black with #C805D1

Text Example


Text Example

White with #C805D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805D1; }

 p { color: rgb(200,5,209); }

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

background-color css

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

 a { background-color: rgb(200,5,209); }

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

border-color css

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

 span { border-color: rgb(200,5,209); }

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