Html Css Color HEX #CC15E4 Deep Magenta

📋 copy color: '#CC15E4'

red 204 ◦ green 21 ◦ blue 228

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

Shades of Deep Magenta #CC15E4

Tints of Deep Magenta #CC15E4

RGB

 RED value IS 204 (80.08% from 255) = 45.03%

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

 BLUE value IS 228 (89.45% from 255) = 50.33%

R = 45.03%
G = 4.64%
B = 50.33%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC15E4 (or 0xCC15E4) is known color: Deep Magenta. HEX triplet: CC, 15 and E4. RGB value is (204,21,228). Sum of RGB (Red+Green+Blue) = 204+21+228=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC15E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15E4 is #33EA1B. Grayscale: #626262. Windows color (decimal): -3402268 or 14947788. OLE color: 14947788.

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

Color convert

RGB 204 21 228 -
CMYK 0.11 0.91 0 0.11
HSL 293.04º 0.83% 0.49% -
HSV(B) 293.04º 0.91% 0.89% -
XYZ 39.17 18.98 75 -
YUV 99.32 200.63 202.67 -
System Red Green Blue C M Y K H S L
Decimal 204 21 228 0.11 0.91 0 0.11 293.04 0.83 0.49
Hex CC 15 E4 B 5B 0 B 125 53 31
Octal 314 25 344 13 133 0 13 445 123 61
Binary 11001100 10101 11100100 1011 1011011 0 1011 100100101 1010011 110001

Color Harmonies of #CC15E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15E4

Black with #CC15E4

Text Example


Text Example

White with #CC15E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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