Html Css Color HEX #C915D7 Deep Magenta

📋 copy color: '#C915D7'

red 201 ◦ green 21 ◦ blue 215

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

Shades of Deep Magenta #C915D7

Tints of Deep Magenta #C915D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 46%
G = 4.81%
B = 49.2%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C915D7 (or 0xC915D7) is known color: Deep Magenta. HEX triplet: C9, 15 and D7. RGB value is (201,21,215). Sum of RGB (Red+Green+Blue) = 201+21+215=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #C915D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915D7 is #36EA28. Grayscale: #606060. Windows color (decimal): -3598889 or 14095817. OLE color: 14095817.

HSL color Cylindrical-coordinate representation of color #C915D7: hue angle of 295.67º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915D7 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 21 215 -
CMYK 0.07 0.90 0 0.16
HSL 295.67º 0.82% 0.46% -
HSV(B) 295.67º 0.9% 0.84% -
XYZ 36.62 17.86 65.81 -
YUV 96.94 194.63 202.23 -
System Red Green Blue C M Y K H S L
Decimal 201 21 215 0.07 0.90 0 0.16 295.67 0.82 0.46
Hex C9 15 D7 7 5A 0 10 128 52 2E
Octal 311 25 327 7 132 0 20 450 122 56
Binary 11001001 10101 11010111 111 1011010 0 10000 100101000 1010010 101110

Color Harmonies of #C915D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915D7

Black with #C915D7

Text Example


Text Example

White with #C915D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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