Html Css Color HEX #CC15CF Deep Magenta

📋 copy color: '#CC15CF'

red 204 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #CC15CF

Tints of Deep Magenta #CC15CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 47.22%
G = 4.86%
B = 47.92%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC15CF (or 0xCC15CF) is known color: Deep Magenta. HEX triplet: CC, 15 and CF. RGB value is (204,21,207). Sum of RGB (Red+Green+Blue) = 204+21+207=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15CF is #33EA30. Grayscale: #606060. Windows color (decimal): -3402289 or 13571532. OLE color: 13571532.

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

Color convert

RGB 204 21 207 -
CMYK 0.01 0.90 0 0.19
HSL 299.03º 0.82% 0.45% -
HSV(B) 299.03º 0.9% 0.81% -
XYZ 36.43 17.88 60.56 -
YUV 96.92 190.13 204.38 -
System Red Green Blue C M Y K H S L
Decimal 204 21 207 0.01 0.90 0 0.19 299.03 0.82 0.45
Hex CC 15 CF 1 5A 0 13 12B 52 2D
Octal 314 25 317 1 132 0 23 453 122 55
Binary 11001100 10101 11001111 1 1011010 0 10011 100101011 1010010 101101

Color Harmonies of #CC15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15CF

Black with #CC15CF

Text Example


Text Example

White with #CC15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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