Html Css Color HEX #CC15DF Deep Magenta

📋 copy color: '#CC15DF'

red 204 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #CC15DF

Tints of Deep Magenta #CC15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 45.54%
G = 4.69%
B = 49.78%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC15DF (or 0xCC15DF) is known color: Deep Magenta. HEX triplet: CC, 15 and DF. RGB value is (204,21,223). Sum of RGB (Red+Green+Blue) = 204+21+223=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15DF is #33EA20. Grayscale: #626262. Windows color (decimal): -3402273 or 14620108. OLE color: 14620108.

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

Color convert

RGB 204 21 223 -
CMYK 0.09 0.91 0 0.13
HSL 294.36º 0.83% 0.48% -
HSV(B) 294.36º 0.91% 0.87% -
XYZ 38.49 18.7 71.39 -
YUV 98.75 198.13 203.07 -
System Red Green Blue C M Y K H S L
Decimal 204 21 223 0.09 0.91 0 0.13 294.36 0.83 0.48
Hex CC 15 DF 9 5B 0 D 126 53 30
Octal 314 25 337 11 133 0 15 446 123 60
Binary 11001100 10101 11011111 1001 1011011 0 1101 100100110 1010011 110000

Color Harmonies of #CC15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15DF

Black with #CC15DF

Text Example


Text Example

White with #CC15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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