Html Css Color HEX #CC54A4 Mulberry

📋 copy color: '#CC54A4'

red 204 ◦ green 84 ◦ blue 164

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

Shades of Mulberry #CC54A4

Tints of Mulberry #CC54A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 45.13%
G = 18.58%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC54A4 (or 0xCC54A4) is known color: Mulberry. HEX triplet: CC, 54 and A4. RGB value is (204,84,164). Sum of RGB (Red+Green+Blue) = 204+84+164=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54A4 is #33AB5B. Grayscale: #808080. Windows color (decimal): -3386204 or 10769612. OLE color: 10769612.

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

Color convert

RGB 204 84 164 -
CMYK 0 0.59 0.20 0.2
HSL 320º 0.54% 0.56% -
HSV(B) 320º 0.59% 0.8% -
XYZ 34.77 21.86 37.51 -
YUV 129 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 204 84 164 0 0.59 0.20 0.2 320 0.54 0.56
Hex CC 54 A4 0 3B 14 14 140 36 38
Octal 314 124 244 0 73 24 24 500 66 70
Binary 11001100 1010100 10100100 0 111011 10100 10100 101000000 110110 111000

Color Harmonies of #CC54A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54A4

Black with #CC54A4

Text Example


Text Example

White with #CC54A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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