Html Css Color HEX #CC1CBA Deep Magenta

📋 copy color: '#CC1CBA'

red 204 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #CC1CBA

Tints of Deep Magenta #CC1CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 48.8%
G = 6.7%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC1CBA (or 0xCC1CBA) is known color: Deep Magenta. HEX triplet: CC, 1C and BA. RGB value is (204,28,186). Sum of RGB (Red+Green+Blue) = 204+28+186=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CBA is #33E345. Grayscale: #626262. Windows color (decimal): -3400518 or 12197068. OLE color: 12197068.

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

Color convert

RGB 204 28 186 -
CMYK 0 0.86 0.09 0.2
HSL 306.14º 0.76% 0.45% -
HSV(B) 306.14º 0.86% 0.8% -
XYZ 34.18 17.21 47.98 -
YUV 98.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 204 28 186 0 0.86 0.09 0.2 306.14 0.76 0.45
Hex CC 1C BA 0 56 9 14 132 4C 2D
Octal 314 34 272 0 126 11 24 462 114 55
Binary 11001100 11100 10111010 0 1010110 1001 10100 100110010 1001100 101101

Color Harmonies of #CC1CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CBA

Black with #CC1CBA

Text Example


Text Example

White with #CC1CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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