Html Css Color HEX #C915CC Deep Magenta

📋 copy color: '#C915CC'

red 201 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #C915CC

Tints of Deep Magenta #C915CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 47.18%
G = 4.93%
B = 47.89%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C915CC (or 0xC915CC) is known color: Deep Magenta. HEX triplet: C9, 15 and CC. RGB value is (201,21,204). Sum of RGB (Red+Green+Blue) = 201+21+204=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #C915CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915CC is #36EA33. Grayscale: #5F5F5F. Windows color (decimal): -3598900 or 13374921. OLE color: 13374921.

HSL color Cylindrical-coordinate representation of color #C915CC: hue angle of 299.02º 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 #C915CC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 21 204 -
CMYK 0.01 0.90 0 0.2
HSL 299.02º 0.81% 0.44% -
HSV(B) 299.02º 0.9% 0.8% -
XYZ 35.25 17.31 58.61 -
YUV 95.68 189.13 203.12 -
System Red Green Blue C M Y K H S L
Decimal 201 21 204 0.01 0.90 0 0.2 299.02 0.81 0.44
Hex C9 15 CC 1 5A 0 14 12B 51 2C
Octal 311 25 314 1 132 0 24 453 121 54
Binary 11001001 10101 11001100 1 1011010 0 10100 100101011 1010001 101100

Color Harmonies of #C915CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915CC

Black with #C915CC

Text Example


Text Example

White with #C915CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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