Html Css Color HEX #CC1CBC Deep Magenta

📋 copy color: '#CC1CBC'

red 204 ◦ green 28 ◦ blue 188

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

Shades of Deep Magenta #CC1CBC

Tints of Deep Magenta #CC1CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 48.57%
G = 6.67%
B = 44.76%

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

#CC1CBC (or 0xCC1CBC) is known color: Deep Magenta. HEX triplet: CC, 1C and BC. RGB value is (204,28,188). Sum of RGB (Red+Green+Blue) = 204+28+188=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CBC is #33E343. Grayscale: #626262. Windows color (decimal): -3400516 or 12328140. OLE color: 12328140.

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

Color convert

RGB 204 28 188 -
CMYK 0 0.86 0.08 0.2
HSL 305.45º 0.76% 0.45% -
HSV(B) 305.45º 0.86% 0.8% -
XYZ 34.39 17.3 49.1 -
YUV 98.86 178.31 202.99 -
System Red Green Blue C M Y K H S L
Decimal 204 28 188 0 0.86 0.08 0.2 305.45 0.76 0.45
Hex CC 1C BC 0 56 8 14 131 4C 2D
Octal 314 34 274 0 126 10 24 461 114 55
Binary 11001100 11100 10111100 0 1010110 1000 10100 100110001 1001100 101101

Color Harmonies of #CC1CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CBC

Black with #CC1CBC

Text Example


Text Example

White with #CC1CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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