Html Css Color HEX #CC15CD Deep Magenta

📋 copy color: '#CC15CD'

red 204 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #CC15CD

Tints of Deep Magenta #CC15CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 47.44%
G = 4.88%
B = 47.67%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC15CD (or 0xCC15CD) is known color: Deep Magenta. HEX triplet: CC, 15 and CD. RGB value is (204,21,205). Sum of RGB (Red+Green+Blue) = 204+21+205=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15CD is #33EA32. Grayscale: #606060. Windows color (decimal): -3402291 or 13440460. OLE color: 13440460.

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

Color convert

RGB 204 21 205 -
CMYK 0.00 0.90 0 0.20
HSL 299.67º 0.81% 0.44% -
HSV(B) 299.67º 0.9% 0.8% -
XYZ 36.19 17.78 59.28 -
YUV 96.69 189.13 204.54 -
System Red Green Blue C M Y K H S L
Decimal 204 21 205 0.00 0.90 0 0.20 299.67 0.81 0.44
Hex CC 15 CD 0 5A 0 14 12C 51 2C
Octal 314 25 315 0 132 0 24 454 121 54
Binary 11001100 10101 11001101 0 1011010 0 10100 100101100 1010001 101100

Color Harmonies of #CC15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15CD

Black with #CC15CD

Text Example


Text Example

White with #CC15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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