Html Css Color HEX #CC4089 Mulberry

📋 copy color: '#CC4089'

red 204 ◦ green 64 ◦ blue 137

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

Shades of Mulberry #CC4089

Tints of Mulberry #CC4089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 50.37%
G = 15.8%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC4089 (or 0xCC4089) is known color: Mulberry. HEX triplet: CC, 40 and 89. RGB value is (204,64,137). Sum of RGB (Red+Green+Blue) = 204+64+137=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4089 is #33BF76. Grayscale: #727272. Windows color (decimal): -3391351 or 8995020. OLE color: 8995020.

HSL color Cylindrical-coordinate representation of color #CC4089: hue angle of 328.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4089 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 137 -
CMYK 0 0.69 0.33 0.2
HSL 328.71º 0.58% 0.53% -
HSV(B) 328.71º 0.69% 0.8% -
XYZ 31.25 18.31 25.55 -
YUV 114.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 204 64 137 0 0.69 0.33 0.2 328.71 0.58 0.53
Hex CC 40 89 0 45 21 14 149 3A 35
Octal 314 100 211 0 105 41 24 511 72 65
Binary 11001100 1000000 10001001 0 1000101 100001 10100 101001001 111010 110101

Color Harmonies of #CC4089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4089

Black with #CC4089

Text Example


Text Example

White with #CC4089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4089; }

 p { color: rgb(204,64,137); }

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

background-color css

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

 a { background-color: rgb(204,64,137); }

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

border-color css

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

 span { border-color: rgb(204,64,137); }

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