Html Css Color HEX #CC54A1 Mulberry

📋 copy color: '#CC54A1'

red 204 ◦ green 84 ◦ blue 161

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

Shades of Mulberry #CC54A1

Tints of Mulberry #CC54A1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 45.43%
G = 18.71%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC54A1 (or 0xCC54A1) is known color: Mulberry. HEX triplet: CC, 54 and A1. RGB value is (204,84,161). Sum of RGB (Red+Green+Blue) = 204+84+161=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54A1 is #33AB5E. Grayscale: #808080. Windows color (decimal): -3386207 or 10573004. OLE color: 10573004.

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

Color convert

RGB 204 84 161 -
CMYK 0 0.59 0.21 0.2
HSL 321.5º 0.54% 0.56% -
HSV(B) 321.5º 0.59% 0.8% -
XYZ 34.51 21.75 36.1 -
YUV 128.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 204 84 161 0 0.59 0.21 0.2 321.5 0.54 0.56
Hex CC 54 A1 0 3B 15 14 142 36 38
Octal 314 124 241 0 73 25 24 502 66 70
Binary 11001100 1010100 10100001 0 111011 10101 10100 101000010 110110 111000

Color Harmonies of #CC54A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54A1

Black with #CC54A1

Text Example


Text Example

White with #CC54A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54A1; }

 p { color: rgb(204,84,161); }

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

background-color css

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

 a { background-color: rgb(204,84,161); }

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

border-color css

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

 span { border-color: rgb(204,84,161); }

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