Html Css Color HEX #C915DC Deep Magenta

📋 copy color: '#C915DC'

red 201 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #C915DC

Tints of Deep Magenta #C915DC

RGB

 RED value IS 201 (78.91% from 255) = 45.48%

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 45.48%
G = 4.75%
B = 49.77%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C915DC (or 0xC915DC) is known color: Deep Magenta. HEX triplet: C9, 15 and DC. RGB value is (201,21,220). Sum of RGB (Red+Green+Blue) = 201+21+220=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #C915DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915DC is #36EA23. Grayscale: #606060. Windows color (decimal): -3598884 or 14423497. OLE color: 14423497.

HSL color Cylindrical-coordinate representation of color #C915DC: 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.9%. Process color model (Four color, CMYK) of #C915DC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 21 220 -
CMYK 0.09 0.90 0 0.14
HSL 294.27º 0.83% 0.47% -
HSV(B) 294.27º 0.9% 0.86% -
XYZ 37.27 18.12 69.24 -
YUV 97.51 197.13 201.82 -
System Red Green Blue C M Y K H S L
Decimal 201 21 220 0.09 0.90 0 0.14 294.27 0.83 0.47
Hex C9 15 DC 9 5A 0 E 126 53 2F
Octal 311 25 334 11 132 0 16 446 123 57
Binary 11001001 10101 11011100 1001 1011010 0 1110 100100110 1010011 101111

Color Harmonies of #C915DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915DC

Black with #C915DC

Text Example


Text Example

White with #C915DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915DC; }

 p { color: rgb(201,21,220); }

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

background-color css

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

 a { background-color: rgb(201,21,220); }

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

border-color css

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

 span { border-color: rgb(201,21,220); }

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