Html Css Color HEX #CC1CBB Deep Magenta

📋 copy color: '#CC1CBB'

red 204 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #CC1CBB

Tints of Deep Magenta #CC1CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 48.69%
G = 6.68%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC1CBB (or 0xCC1CBB) is known color: Deep Magenta. HEX triplet: CC, 1C and BB. RGB value is (204,28,187). Sum of RGB (Red+Green+Blue) = 204+28+187=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CBB is #33E344. Grayscale: #626262. Windows color (decimal): -3400517 or 12262604. OLE color: 12262604.

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

Color convert

RGB 204 28 187 -
CMYK 0 0.86 0.08 0.2
HSL 305.8º 0.76% 0.45% -
HSV(B) 305.8º 0.86% 0.8% -
XYZ 34.29 17.26 48.54 -
YUV 98.75 177.81 203.07 -
System Red Green Blue C M Y K H S L
Decimal 204 28 187 0 0.86 0.08 0.2 305.8 0.76 0.45
Hex CC 1C BB 0 56 8 14 132 4C 2D
Octal 314 34 273 0 126 10 24 462 114 55
Binary 11001100 11100 10111011 0 1010110 1000 10100 100110010 1001100 101101

Color Harmonies of #CC1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CBB

Black with #CC1CBB

Text Example


Text Example

White with #CC1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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