Html Css Color HEX #C915CD Deep Magenta

📋 copy color: '#C915CD'

red 201 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #C915CD

Tints of Deep Magenta #C915CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 47.07%
G = 4.92%
B = 48.01%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C915CD (or 0xC915CD) is known color: Deep Magenta. HEX triplet: C9, 15 and CD. RGB value is (201,21,205). Sum of RGB (Red+Green+Blue) = 201+21+205=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #C915CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915CD is #36EA32. Grayscale: #5F5F5F. Windows color (decimal): -3598899 or 13440457. OLE color: 13440457.

HSL color Cylindrical-coordinate representation of color #C915CD: hue angle of 298.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915CD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 21 205 -
CMYK 0.02 0.90 0 0.20
HSL 298.7º 0.81% 0.44% -
HSV(B) 298.7º 0.9% 0.8% -
XYZ 35.38 17.36 59.24 -
YUV 95.8 189.63 203.04 -
System Red Green Blue C M Y K H S L
Decimal 201 21 205 0.02 0.90 0 0.20 298.7 0.81 0.44
Hex C9 15 CD 2 5A 0 14 12B 51 2C
Octal 311 25 315 2 132 0 24 453 121 54
Binary 11001001 10101 11001101 10 1011010 0 10100 100101011 1010001 101100

Color Harmonies of #C915CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915CD

Black with #C915CD

Text Example


Text Example

White with #C915CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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