Html Css Color HEX #CC4088 Mulberry

📋 copy color: '#CC4088'

red 204 ◦ green 64 ◦ blue 136

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

Shades of Mulberry #CC4088

Tints of Mulberry #CC4088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 50.5%
G = 15.84%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC4088 (or 0xCC4088) is known color: Mulberry. HEX triplet: CC, 40 and 88. RGB value is (204,64,136). Sum of RGB (Red+Green+Blue) = 204+64+136=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4088 is #33BF77. Grayscale: #717171. Windows color (decimal): -3391352 or 8929484. OLE color: 8929484.

HSL color Cylindrical-coordinate representation of color #CC4088: hue angle of 329.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 #CC4088 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 136 -
CMYK 0 0.69 0.33 0.2
HSL 329.14º 0.58% 0.53% -
HSV(B) 329.14º 0.69% 0.8% -
XYZ 31.18 18.28 25.18 -
YUV 114.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 204 64 136 0 0.69 0.33 0.2 329.14 0.58 0.53
Hex CC 40 88 0 45 21 14 149 3A 35
Octal 314 100 210 0 105 41 24 511 72 65
Binary 11001100 1000000 10001000 0 1000101 100001 10100 101001001 111010 110101

Color Harmonies of #CC4088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4088

Black with #CC4088

Text Example


Text Example

White with #CC4088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4088; }

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

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

background-color css

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

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

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

border-color css

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

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

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