Html Css Color HEX #CC55A5 Mulberry

📋 copy color: '#CC55A5'

red 204 ◦ green 85 ◦ blue 165

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

Shades of Mulberry #CC55A5

Tints of Mulberry #CC55A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.34%

R = 44.93%
G = 18.72%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC55A5 (or 0xCC55A5) is known color: Mulberry. HEX triplet: CC, 55 and A5. RGB value is (204,85,165). Sum of RGB (Red+Green+Blue) = 204+85+165=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55A5 is #33AA5A. Grayscale: #818181. Windows color (decimal): -3385947 or 10835404. OLE color: 10835404.

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

Color convert

RGB 204 85 165 -
CMYK 0 0.58 0.19 0.2
HSL 319.66º 0.54% 0.57% -
HSV(B) 319.66º 0.58% 0.8% -
XYZ 34.94 22.05 38.01 -
YUV 129.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 204 85 165 0 0.58 0.19 0.2 319.66 0.54 0.57
Hex CC 55 A5 0 3A 13 14 140 36 39
Octal 314 125 245 0 72 23 24 500 66 71
Binary 11001100 1010101 10100101 0 111010 10011 10100 101000000 110110 111001

Color Harmonies of #CC55A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55A5

Black with #CC55A5

Text Example


Text Example

White with #CC55A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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