Html Css Color HEX #CC4B9E Mulberry

📋 copy color: '#CC4B9E'

red 204 ◦ green 75 ◦ blue 158

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

Shades of Mulberry #CC4B9E

Tints of Mulberry #CC4B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 46.68%
G = 17.16%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC4B9E (or 0xCC4B9E) is known color: Mulberry. HEX triplet: CC, 4B and 9E. RGB value is (204,75,158). Sum of RGB (Red+Green+Blue) = 204+75+158=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4B9E is #33B461. Grayscale: #7A7A7A. Windows color (decimal): -3388514 or 10374092. OLE color: 10374092.

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

Color convert

RGB 204 75 158 -
CMYK 0 0.63 0.23 0.2
HSL 321.4º 0.56% 0.55% -
HSV(B) 321.4º 0.63% 0.8% -
XYZ 33.59 20.34 34.5 -
YUV 123.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 204 75 158 0 0.63 0.23 0.2 321.4 0.56 0.55
Hex CC 4B 9E 0 3F 17 14 141 38 37
Octal 314 113 236 0 77 27 24 501 70 67
Binary 11001100 1001011 10011110 0 111111 10111 10100 101000001 111000 110111

Color Harmonies of #CC4B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B9E

Black with #CC4B9E

Text Example


Text Example

White with #CC4B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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