Html Css Color HEX #CC4B91 Mulberry

📋 copy color: '#CC4B91'

red 204 ◦ green 75 ◦ blue 145

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

Shades of Mulberry #CC4B91

Tints of Mulberry #CC4B91

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.69%

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 48.11%
G = 17.69%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC4B91 (or 0xCC4B91) is known color: Mulberry. HEX triplet: CC, 4B and 91. RGB value is (204,75,145). Sum of RGB (Red+Green+Blue) = 204+75+145=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4B91 is #33B46E. Grayscale: #797979. Windows color (decimal): -3388527 or 9522124. OLE color: 9522124.

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

Color convert

RGB 204 75 145 -
CMYK 0 0.63 0.29 0.2
HSL 327.44º 0.56% 0.55% -
HSV(B) 327.44º 0.63% 0.8% -
XYZ 32.53 19.91 28.92 -
YUV 121.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 204 75 145 0 0.63 0.29 0.2 327.44 0.56 0.55
Hex CC 4B 91 0 3F 1D 14 147 38 37
Octal 314 113 221 0 77 35 24 507 70 67
Binary 11001100 1001011 10010001 0 111111 11101 10100 101000111 111000 110111

Color Harmonies of #CC4B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B91

Black with #CC4B91

Text Example


Text Example

White with #CC4B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B91; }

 p { color: rgb(204,75,145); }

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

background-color css

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

 a { background-color: rgb(204,75,145); }

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

border-color css

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

 span { border-color: rgb(204,75,145); }

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