Html Css Color HEX #CC4B8B Mulberry

📋 copy color: '#CC4B8B'

red 204 ◦ green 75 ◦ blue 139

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

Shades of Mulberry #CC4B8B

Tints of Mulberry #CC4B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 48.8%
G = 17.94%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC4B8B (or 0xCC4B8B) is known color: Mulberry. HEX triplet: CC, 4B and 8B. RGB value is (204,75,139). Sum of RGB (Red+Green+Blue) = 204+75+139=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4B8B is #33B474. Grayscale: #787878. Windows color (decimal): -3388533 or 9128908. OLE color: 9128908.

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

Color convert

RGB 204 75 139 -
CMYK 0 0.63 0.32 0.2
HSL 330.23º 0.56% 0.55% -
HSV(B) 330.23º 0.63% 0.8% -
XYZ 32.08 19.73 26.54 -
YUV 120.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 204 75 139 0 0.63 0.32 0.2 330.23 0.56 0.55
Hex CC 4B 8B 0 3F 20 14 14A 38 37
Octal 314 113 213 0 77 40 24 512 70 67
Binary 11001100 1001011 10001011 0 111111 100000 10100 101001010 111000 110111

Color Harmonies of #CC4B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B8B

Black with #CC4B8B

Text Example


Text Example

White with #CC4B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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