Html Css Color HEX #CC52A3 Mulberry

📋 copy color: '#CC52A3'

red 204 ◦ green 82 ◦ blue 163

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

Shades of Mulberry #CC52A3

Tints of Mulberry #CC52A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.3%

R = 45.43%
G = 18.26%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC52A3 (or 0xCC52A3) is known color: Mulberry. HEX triplet: CC, 52 and A3. RGB value is (204,82,163). Sum of RGB (Red+Green+Blue) = 204+82+163=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC52A3 is #33AD5C. Grayscale: #7F7F7F. Windows color (decimal): -3386717 or 10703564. OLE color: 10703564.

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

Color convert

RGB 204 82 163 -
CMYK 0 0.60 0.20 0.2
HSL 320.16º 0.54% 0.56% -
HSV(B) 320.16º 0.6% 0.8% -
XYZ 34.53 21.52 36.98 -
YUV 127.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 204 82 163 0 0.60 0.20 0.2 320.16 0.54 0.56
Hex CC 52 A3 0 3C 14 14 140 36 38
Octal 314 122 243 0 74 24 24 500 66 70
Binary 11001100 1010010 10100011 0 111100 10100 10100 101000000 110110 111000

Color Harmonies of #CC52A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52A3

Black with #CC52A3

Text Example


Text Example

White with #CC52A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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