Html Css Color HEX #C813DD Deep Magenta

📋 copy color: '#C813DD'

red 200 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #C813DD

Tints of Deep Magenta #C813DD

RGB

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

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

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

R = 45.45%
G = 4.32%
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

#C813DD (or 0xC813DD) is known color: Deep Magenta. HEX triplet: C8, 13 and DD. RGB value is (200,19,221). Sum of RGB (Red+Green+Blue) = 200+19+221=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #C813DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813DD is #37EC22. Grayscale: #5F5F5F. Windows color (decimal): -3664931 or 14488520. OLE color: 14488520.

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

Color convert

RGB 200 19 221 -
CMYK 0.10 0.91 0 0.13
HSL 293.76º 0.84% 0.47% -
HSV(B) 293.76º 0.91% 0.87% -
XYZ 37.1 17.97 69.92 -
YUV 96.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 200 19 221 0.10 0.91 0 0.13 293.76 0.84 0.47
Hex C8 13 DD A 5B 0 D 126 54 2F
Octal 310 23 335 12 133 0 15 446 124 57
Binary 11001000 10011 11011101 1010 1011011 0 1101 100100110 1010100 101111

Color Harmonies of #C813DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813DD

Black with #C813DD

Text Example


Text Example

White with #C813DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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