Html Css Color HEX #CC1CCC Deep Magenta

📋 copy color: '#CC1CCC'

red 204 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #CC1CCC

Tints of Deep Magenta #CC1CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.42%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 46.79%
G = 6.42%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC1CCC (or 0xCC1CCC) is known color: Deep Magenta. HEX triplet: CC, 1C and CC. RGB value is (204,28,204). Sum of RGB (Red+Green+Blue) = 204+28+204=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CCC is #33E333. Grayscale: #646464. Windows color (decimal): -3400500 or 13376716. OLE color: 13376716.

HSL color Cylindrical-coordinate representation of color #CC1CCC: hue angle of 300º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1CCC is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 204 -
CMYK 0 0.86 0 0.2
HSL 300º 0.76% 0.45% -
HSV(B) 300º 0.86% 0.8% -
XYZ 36.22 18.03 58.7 -
YUV 100.69 186.31 201.69 -
System Red Green Blue C M Y K H S L
Decimal 204 28 204 0 0.86 0 0.2 300 0.76 0.45
Hex CC 1C CC 0 56 0 14 12C 4C 2D
Octal 314 34 314 0 126 0 24 454 114 55
Binary 11001100 11100 11001100 0 1010110 0 10100 100101100 1001100 101101

Color Harmonies of #CC1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CCC

Black with #CC1CCC

Text Example


Text Example

White with #CC1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CCC; }

 p { color: rgb(204,28,204); }

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

background-color css

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

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

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

border-color css

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

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

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