Html Css Color HEX #CC4096 Mulberry

📋 copy color: '#CC4096'

red 204 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #CC4096

Tints of Mulberry #CC4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 48.8%
G = 15.31%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC4096 (or 0xCC4096) is known color: Mulberry. HEX triplet: CC, 40 and 96. RGB value is (204,64,150). Sum of RGB (Red+Green+Blue) = 204+64+150=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4096 is #33BF69. Grayscale: #737373. Windows color (decimal): -3391338 or 9846988. OLE color: 9846988.

HSL color Cylindrical-coordinate representation of color #CC4096: hue angle of 323.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4096 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 150 -
CMYK 0 0.69 0.26 0.2
HSL 323.14º 0.58% 0.53% -
HSV(B) 323.14º 0.69% 0.8% -
XYZ 32.24 18.71 30.77 -
YUV 115.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 204 64 150 0 0.69 0.26 0.2 323.14 0.58 0.53
Hex CC 40 96 0 45 1A 14 143 3A 35
Octal 314 100 226 0 105 32 24 503 72 65
Binary 11001100 1000000 10010110 0 1000101 11010 10100 101000011 111010 110101

Color Harmonies of #CC4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4096

Black with #CC4096

Text Example


Text Example

White with #CC4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4096; }

 p { color: rgb(204,64,150); }

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

background-color css

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

 a { background-color: rgb(204,64,150); }

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

border-color css

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

 span { border-color: rgb(204,64,150); }

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