Html Css Color HEX #CC528F Mulberry

📋 copy color: '#CC528F'

red 204 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #CC528F

Tints of Mulberry #CC528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 47.55%
G = 19.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC528F (or 0xCC528F) is known color: Mulberry. HEX triplet: CC, 52 and 8F. RGB value is (204,82,143). Sum of RGB (Red+Green+Blue) = 204+82+143=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC528F is #33AD70. Grayscale: #7D7D7D. Windows color (decimal): -3386737 or 9392844. OLE color: 9392844.

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

Color convert

RGB 204 82 143 -
CMYK 0 0.60 0.30 0.2
HSL 330º 0.54% 0.56% -
HSV(B) 330º 0.6% 0.8% -
XYZ 32.88 20.86 28.28 -
YUV 125.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 204 82 143 0 0.60 0.30 0.2 330 0.54 0.56
Hex CC 52 8F 0 3C 1E 14 14A 36 38
Octal 314 122 217 0 74 36 24 512 66 70
Binary 11001100 1010010 10001111 0 111100 11110 10100 101001010 110110 111000

Color Harmonies of #CC528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC528F

Black with #CC528F

Text Example


Text Example

White with #CC528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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