Html Css Color HEX #C814DE Deep Magenta

📋 copy color: '#C814DE'

red 200 ◦ green 20 ◦ blue 222

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

Shades of Deep Magenta #C814DE

Tints of Deep Magenta #C814DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 45.25%
G = 4.52%
B = 50.23%

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

#C814DE (or 0xC814DE) is known color: Deep Magenta. HEX triplet: C8, 14 and DE. RGB value is (200,20,222). Sum of RGB (Red+Green+Blue) = 200+20+222=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #C814DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814DE is #37EB21. Grayscale: #606060. Windows color (decimal): -3664674 or 14554312. OLE color: 14554312.

HSL color Cylindrical-coordinate representation of color #C814DE: hue angle of 293.47º 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 #C814DE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 20 222 -
CMYK 0.10 0.91 0 0.13
HSL 293.47º 0.83% 0.47% -
HSV(B) 293.47º 0.91% 0.87% -
XYZ 37.25 18.05 70.63 -
YUV 96.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 200 20 222 0.10 0.91 0 0.13 293.47 0.83 0.47
Hex C8 14 DE A 5B 0 D 125 53 2F
Octal 310 24 336 12 133 0 15 445 123 57
Binary 11001000 10100 11011110 1010 1011011 0 1101 100100101 1010011 101111

Color Harmonies of #C814DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814DE

Black with #C814DE

Text Example


Text Example

White with #C814DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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