Html Css Color HEX #CC4D8C Mulberry

📋 copy color: '#CC4D8C'

red 204 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #CC4D8C

Tints of Mulberry #CC4D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 48.46%
G = 18.29%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC4D8C (or 0xCC4D8C) is known color: Mulberry. HEX triplet: CC, 4D and 8C. RGB value is (204,77,140). Sum of RGB (Red+Green+Blue) = 204+77+140=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4D8C is #33B273. Grayscale: #7A7A7A. Windows color (decimal): -3388020 or 9194956. OLE color: 9194956.

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

Color convert

RGB 204 77 140 -
CMYK 0 0.62 0.31 0.2
HSL 330.24º 0.55% 0.55% -
HSV(B) 330.24º 0.62% 0.8% -
XYZ 32.29 20.04 26.98 -
YUV 122.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 204 77 140 0 0.62 0.31 0.2 330.24 0.55 0.55
Hex CC 4D 8C 0 3E 1F 14 14A 37 37
Octal 314 115 214 0 76 37 24 512 67 67
Binary 11001100 1001101 10001100 0 111110 11111 10100 101001010 110111 110111

Color Harmonies of #CC4D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4D8C

Black with #CC4D8C

Text Example


Text Example

White with #CC4D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4D8C; }

 p { color: rgb(204,77,140); }

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

background-color css

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

 a { background-color: rgb(204,77,140); }

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

border-color css

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

 span { border-color: rgb(204,77,140); }

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