Html Css Color HEX #CC1CB8 Deep Magenta

📋 copy color: '#CC1CB8'

red 204 ◦ green 28 ◦ blue 184

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

Shades of Deep Magenta #CC1CB8

Tints of Deep Magenta #CC1CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.23%

R = 49.04%
G = 6.73%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC1CB8 (or 0xCC1CB8) is known color: Deep Magenta. HEX triplet: CC, 1C and B8. RGB value is (204,28,184). Sum of RGB (Red+Green+Blue) = 204+28+184=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CB8 is #33E347. Grayscale: #616161. Windows color (decimal): -3400520 or 12065996. OLE color: 12065996.

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

Color convert

RGB 204 28 184 -
CMYK 0 0.86 0.10 0.2
HSL 306.82º 0.76% 0.45% -
HSV(B) 306.82º 0.86% 0.8% -
XYZ 33.97 17.13 46.86 -
YUV 98.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 204 28 184 0 0.86 0.10 0.2 306.82 0.76 0.45
Hex CC 1C B8 0 56 A 14 133 4C 2D
Octal 314 34 270 0 126 12 24 463 114 55
Binary 11001100 11100 10111000 0 1010110 1010 10100 100110011 1001100 101101

Color Harmonies of #CC1CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CB8

Black with #CC1CB8

Text Example


Text Example

White with #CC1CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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