Html Css Color HEX #CC529F Mulberry

📋 copy color: '#CC529F'

red 204 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #CC529F

Tints of Mulberry #CC529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.43%

 BLUE value IS 159 (62.5% from 255) = 35.73%

R = 45.84%
G = 18.43%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC529F (or 0xCC529F) is known color: Mulberry. HEX triplet: CC, 52 and 9F. RGB value is (204,82,159). Sum of RGB (Red+Green+Blue) = 204+82+159=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC529F is #33AD60. Grayscale: #7F7F7F. Windows color (decimal): -3386721 or 10441420. OLE color: 10441420.

HSL color Cylindrical-coordinate representation of color #CC529F: hue angle of 322.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC529F is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 159 -
CMYK 0 0.60 0.22 0.2
HSL 322.13º 0.54% 0.56% -
HSV(B) 322.13º 0.6% 0.8% -
XYZ 34.18 21.38 35.13 -
YUV 127.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 204 82 159 0 0.60 0.22 0.2 322.13 0.54 0.56
Hex CC 52 9F 0 3C 16 14 142 36 38
Octal 314 122 237 0 74 26 24 502 66 70
Binary 11001100 1010010 10011111 0 111100 10110 10100 101000010 110110 111000

Color Harmonies of #CC529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC529F

Black with #CC529F

Text Example


Text Example

White with #CC529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC529F; }

 p { color: rgb(204,82,159); }

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

background-color css

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

 a { background-color: rgb(204,82,159); }

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

border-color css

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

 span { border-color: rgb(204,82,159); }

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