Html Css Color HEX #CC5598 Mulberry

📋 copy color: '#CC5598'

red 204 ◦ green 85 ◦ blue 152

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

Shades of Mulberry #CC5598

Tints of Mulberry #CC5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.27%

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 46.26%
G = 19.27%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC5598 (or 0xCC5598) is known color: Mulberry. HEX triplet: CC, 55 and 98. RGB value is (204,85,152). Sum of RGB (Red+Green+Blue) = 204+85+152=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5598 is #33AA67. Grayscale: #808080. Windows color (decimal): -3385960 or 9983436. OLE color: 9983436.

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

Color convert

RGB 204 85 152 -
CMYK 0 0.58 0.25 0.2
HSL 326.22º 0.54% 0.57% -
HSV(B) 326.22º 0.58% 0.8% -
XYZ 33.82 21.6 32.09 -
YUV 128.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 204 85 152 0 0.58 0.25 0.2 326.22 0.54 0.57
Hex CC 55 98 0 3A 19 14 146 36 39
Octal 314 125 230 0 72 31 24 506 66 71
Binary 11001100 1010101 10011000 0 111010 11001 10100 101000110 110110 111001

Color Harmonies of #CC5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5598

Black with #CC5598

Text Example


Text Example

White with #CC5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5598; }

 p { color: rgb(204,85,152); }

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

background-color css

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

 a { background-color: rgb(204,85,152); }

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

border-color css

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

 span { border-color: rgb(204,85,152); }

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