Html Css Color HEX #C813DB Deep Magenta

📋 copy color: '#C813DB'

red 200 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #C813DB

Tints of Deep Magenta #C813DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.34%

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

R = 45.66%
G = 4.34%
B = 50%

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

#C813DB (or 0xC813DB) is known color: Deep Magenta. HEX triplet: C8, 13 and DB. RGB value is (200,19,219). Sum of RGB (Red+Green+Blue) = 200+19+219=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #C813DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813DB is #37EC24. Grayscale: #5F5F5F. Windows color (decimal): -3664933 or 14357448. OLE color: 14357448.

HSL color Cylindrical-coordinate representation of color #C813DB: hue angle of 294.3º degrees, saturation: 0.84, 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 #C813DB is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 19 219 -
CMYK 0.09 0.91 0 0.14
HSL 294.3º 0.84% 0.47% -
HSV(B) 294.3º 0.91% 0.86% -
XYZ 36.84 17.86 68.52 -
YUV 95.92 197.47 202.24 -
System Red Green Blue C M Y K H S L
Decimal 200 19 219 0.09 0.91 0 0.14 294.3 0.84 0.47
Hex C8 13 DB 9 5B 0 E 126 54 2F
Octal 310 23 333 11 133 0 16 446 124 57
Binary 11001000 10011 11011011 1001 1011011 0 1110 100100110 1010100 101111

Color Harmonies of #C813DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813DB

Black with #C813DB

Text Example


Text Example

White with #C813DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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