Html Css Color HEX #CC15D1 Deep Magenta

📋 copy color: '#CC15D1'

red 204 ◦ green 21 ◦ blue 209

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

Shades of Deep Magenta #CC15D1

Tints of Deep Magenta #CC15D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.16%

R = 47%
G = 4.84%
B = 48.16%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC15D1 (or 0xCC15D1) is known color: Deep Magenta. HEX triplet: CC, 15 and D1. RGB value is (204,21,209). Sum of RGB (Red+Green+Blue) = 204+21+209=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC15D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15D1 is #33EA2E. Grayscale: #606060. Windows color (decimal): -3402287 or 13702604. OLE color: 13702604.

HSL color Cylindrical-coordinate representation of color #CC15D1: hue angle of 298.4º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15D1 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 21 209 -
CMYK 0.02 0.90 0 0.18
HSL 298.4º 0.82% 0.45% -
HSV(B) 298.4º 0.9% 0.82% -
XYZ 36.68 17.98 61.86 -
YUV 97.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 204 21 209 0.02 0.90 0 0.18 298.4 0.82 0.45
Hex CC 15 D1 2 5A 0 12 12A 52 2D
Octal 314 25 321 2 132 0 22 452 122 55
Binary 11001100 10101 11010001 10 1011010 0 10010 100101010 1010010 101101

Color Harmonies of #CC15D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15D1

Black with #CC15D1

Text Example


Text Example

White with #CC15D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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