Html Css Color HEX #C815DD Deep Magenta

📋 copy color: '#C815DD'

red 200 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #C815DD

Tints of Deep Magenta #C815DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.75%

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

R = 45.25%
G = 4.75%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C815DD (or 0xC815DD) is known color: Deep Magenta. HEX triplet: C8, 15 and DD. RGB value is (200,21,221). Sum of RGB (Red+Green+Blue) = 200+21+221=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #C815DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815DD is #37EA22. Grayscale: #606060. Windows color (decimal): -3664419 or 14489032. OLE color: 14489032.

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

Color convert

RGB 200 21 221 -
CMYK 0.10 0.90 0 0.13
HSL 293.7º 0.83% 0.47% -
HSV(B) 293.7º 0.9% 0.87% -
XYZ 37.14 18.04 69.93 -
YUV 97.32 197.8 201.24 -
System Red Green Blue C M Y K H S L
Decimal 200 21 221 0.10 0.90 0 0.13 293.7 0.83 0.47
Hex C8 15 DD A 5A 0 D 126 53 2F
Octal 310 25 335 12 132 0 15 446 123 57
Binary 11001000 10101 11011101 1010 1011010 0 1101 100100110 1010011 101111

Color Harmonies of #C815DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815DD

Black with #C815DD

Text Example


Text Example

White with #C815DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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