Html Css Color HEX #CC55A8 Mulberry

📋 copy color: '#CC55A8'

red 204 ◦ green 85 ◦ blue 168

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

Shades of Mulberry #CC55A8

Tints of Mulberry #CC55A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 44.64%
G = 18.6%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC55A8 (or 0xCC55A8) is known color: Mulberry. HEX triplet: CC, 55 and A8. RGB value is (204,85,168). Sum of RGB (Red+Green+Blue) = 204+85+168=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55A8 is #33AA57. Grayscale: #818181. Windows color (decimal): -3385944 or 11032012. OLE color: 11032012.

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

Color convert

RGB 204 85 168 -
CMYK 0 0.58 0.18 0.2
HSL 318.15º 0.54% 0.57% -
HSV(B) 318.15º 0.58% 0.8% -
XYZ 35.22 22.16 39.47 -
YUV 130.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 204 85 168 0 0.58 0.18 0.2 318.15 0.54 0.57
Hex CC 55 A8 0 3A 12 14 13E 36 39
Octal 314 125 250 0 72 22 24 476 66 71
Binary 11001100 1010101 10101000 0 111010 10010 10100 100111110 110110 111001

Color Harmonies of #CC55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55A8

Black with #CC55A8

Text Example


Text Example

White with #CC55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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