#CC15E7

Color #CC15E7 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC15E7

Tints of Deep Magenta #CC15E7

Color information

#CC15E7 (or 0xCC15E7) is unknown color: approx Deep Magenta. HEX triplet: CC, 15 and E7. RGB value is (204,21,231). Sum of RGB (Red+Green+Blue) = 204+21+231=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC15E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15E7 is #33EA18. Grayscale: #626262. Windows color (decimal): -3402265 or 15144396. OLE color: 15144396.

HSL color Cylindrical-coordinate representation of color #CC15E7: hue angle of 292.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC15E7 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20421231-
CMYK0.120.9100.09
HSL292.29º83.33%49.41%-
HSV(B)292.29º90.91%90.59%-
XYZ39.5919.1477.21-
YUV99.66202.13202.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 21 (8.59% from 255) = 4.61%
BLUE value IS 231 (90.62% from 255) = 50.66%
R=44.74%
G=4.61%
B=50.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204212310.120.9100.09292.2983.3349.41
HexCC15E7C5B091245331
Octal314253471413301144412361
Binary11001100101011110011111001011011010011001001001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC15E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC15E7; }

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

 H1.HeaderClassName
 {
   color: #CC15E7;
 }
 .AnyTagClassName
 {
   color: #CC15E7;
 }
</style>
background-color css

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

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

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

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

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

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