Html Css Color HEX #C814DB Deep Magenta

📋 copy color: '#C814DB'

red 200 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #C814DB

Tints of Deep Magenta #C814DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 45.56%
G = 4.56%
B = 49.89%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C814DB (or 0xC814DB) is known color: Deep Magenta. HEX triplet: C8, 14 and DB. RGB value is (200,20,219). Sum of RGB (Red+Green+Blue) = 200+20+219=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #C814DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814DB is #37EB24. Grayscale: #5F5F5F. Windows color (decimal): -3664677 or 14357704. OLE color: 14357704.

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

Color convert

RGB 200 20 219 -
CMYK 0.09 0.91 0 0.14
HSL 294.27º 0.83% 0.47% -
HSV(B) 294.27º 0.91% 0.86% -
XYZ 36.86 17.89 68.53 -
YUV 96.51 197.13 201.82 -
System Red Green Blue C M Y K H S L
Decimal 200 20 219 0.09 0.91 0 0.14 294.27 0.83 0.47
Hex C8 14 DB 9 5B 0 E 126 53 2F
Octal 310 24 333 11 133 0 16 446 123 57
Binary 11001000 10100 11011011 1001 1011011 0 1110 100100110 1010011 101111

Color Harmonies of #C814DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814DB

Black with #C814DB

Text Example


Text Example

White with #C814DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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