Html Css Color HEX #CC4E8D Mulberry

📋 copy color: '#CC4E8D'

red 204 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #CC4E8D

Tints of Mulberry #CC4E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 48.23%
G = 18.44%
B = 33.33%

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

#CC4E8D (or 0xCC4E8D) is known color: Mulberry. HEX triplet: CC, 4E and 8D. RGB value is (204,78,141). Sum of RGB (Red+Green+Blue) = 204+78+141=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4E8D is #33B172. Grayscale: #7A7A7A. Windows color (decimal): -3387763 or 9260748. OLE color: 9260748.

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

Color convert

RGB 204 78 141 -
CMYK 0 0.62 0.31 0.2
HSL 330º 0.55% 0.55% -
HSV(B) 330º 0.62% 0.8% -
XYZ 32.43 20.21 27.39 -
YUV 122.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 204 78 141 0 0.62 0.31 0.2 330 0.55 0.55
Hex CC 4E 8D 0 3E 1F 14 14A 37 37
Octal 314 116 215 0 76 37 24 512 67 67
Binary 11001100 1001110 10001101 0 111110 11111 10100 101001010 110111 110111

Color Harmonies of #CC4E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E8D

Black with #CC4E8D

Text Example


Text Example

White with #CC4E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E8D; }

 p { color: rgb(204,78,141); }

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

background-color css

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

 a { background-color: rgb(204,78,141); }

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

border-color css

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

 span { border-color: rgb(204,78,141); }

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