Html Css Color HEX #CC489A Mulberry

📋 copy color: '#CC489A'

red 204 ◦ green 72 ◦ blue 154

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

Shades of Mulberry #CC489A

Tints of Mulberry #CC489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 47.44%
G = 16.74%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC489A (or 0xCC489A) is known color: Mulberry. HEX triplet: CC, 48 and 9A. RGB value is (204,72,154). Sum of RGB (Red+Green+Blue) = 204+72+154=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC489A is #33B765. Grayscale: #787878. Windows color (decimal): -3389286 or 10111180. OLE color: 10111180.

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

Color convert

RGB 204 72 154 -
CMYK 0 0.65 0.25 0.2
HSL 322.73º 0.56% 0.54% -
HSV(B) 322.73º 0.65% 0.8% -
XYZ 33.05 19.81 32.65 -
YUV 120.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 204 72 154 0 0.65 0.25 0.2 322.73 0.56 0.54
Hex CC 48 9A 0 41 19 14 143 38 36
Octal 314 110 232 0 101 31 24 503 70 66
Binary 11001100 1001000 10011010 0 1000001 11001 10100 101000011 111000 110110

Color Harmonies of #CC489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC489A

Black with #CC489A

Text Example


Text Example

White with #CC489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC489A; }

 p { color: rgb(204,72,154); }

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

background-color css

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

 a { background-color: rgb(204,72,154); }

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

border-color css

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

 span { border-color: rgb(204,72,154); }

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