Html Css Color HEX #C814DD Deep Magenta

📋 copy color: '#C814DD'

red 200 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #C814DD

Tints of Deep Magenta #C814DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.54%

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

R = 45.35%
G = 4.54%
B = 50.11%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C814DD (or 0xC814DD) is known color: Deep Magenta. HEX triplet: C8, 14 and DD. RGB value is (200,20,221). Sum of RGB (Red+Green+Blue) = 200+20+221=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #C814DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814DD is #37EB22. Grayscale: #606060. Windows color (decimal): -3664675 or 14488776. OLE color: 14488776.

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

Color convert

RGB 200 20 221 -
CMYK 0.10 0.91 0 0.13
HSL 293.73º 0.83% 0.47% -
HSV(B) 293.73º 0.91% 0.87% -
XYZ 37.12 18 69.92 -
YUV 96.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 200 20 221 0.10 0.91 0 0.13 293.73 0.83 0.47
Hex C8 14 DD A 5B 0 D 126 53 2F
Octal 310 24 335 12 133 0 15 446 123 57
Binary 11001000 10100 11011101 1010 1011011 0 1101 100100110 1010011 101111

Color Harmonies of #C814DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814DD

Black with #C814DD

Text Example


Text Example

White with #C814DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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