Html Css Color HEX #CC1CC5 Deep Magenta

📋 copy color: '#CC1CC5'

red 204 ◦ green 28 ◦ blue 197

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

Shades of Deep Magenta #CC1CC5

Tints of Deep Magenta #CC1CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.92%

R = 47.55%
G = 6.53%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC1CC5 (or 0xCC1CC5) is known color: Deep Magenta. HEX triplet: CC, 1C and C5. RGB value is (204,28,197). Sum of RGB (Red+Green+Blue) = 204+28+197=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CC5 is #33E33A. Grayscale: #636363. Windows color (decimal): -3400507 or 12917964. OLE color: 12917964.

HSL color Cylindrical-coordinate representation of color #CC1CC5: hue angle of 302.39º 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 #CC1CC5 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 197 -
CMYK 0 0.86 0.03 0.2
HSL 302.39º 0.76% 0.45% -
HSV(B) 302.39º 0.86% 0.8% -
XYZ 35.4 17.7 54.37 -
YUV 99.89 182.81 202.26 -
System Red Green Blue C M Y K H S L
Decimal 204 28 197 0 0.86 0.03 0.2 302.39 0.76 0.45
Hex CC 1C C5 0 56 3 14 12E 4C 2D
Octal 314 34 305 0 126 3 24 456 114 55
Binary 11001100 11100 11000101 0 1010110 11 10100 100101110 1001100 101101

Color Harmonies of #CC1CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CC5

Black with #CC1CC5

Text Example


Text Example

White with #CC1CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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