Html Css Color HEX #CC518D Mulberry

📋 copy color: '#CC518D'

red 204 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #CC518D

Tints of Mulberry #CC518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

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

R = 47.89%
G = 19.01%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC518D (or 0xCC518D) is known color: Mulberry. HEX triplet: CC, 51 and 8D. RGB value is (204,81,141). Sum of RGB (Red+Green+Blue) = 204+81+141=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC518D is #33AE72. Grayscale: #7C7C7C. Windows color (decimal): -3386995 or 9261516. OLE color: 9261516.

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

Color convert

RGB 204 81 141 -
CMYK 0 0.60 0.31 0.2
HSL 330.73º 0.55% 0.56% -
HSV(B) 330.73º 0.6% 0.8% -
XYZ 32.65 20.65 27.46 -
YUV 124.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 204 81 141 0 0.60 0.31 0.2 330.73 0.55 0.56
Hex CC 51 8D 0 3C 1F 14 14B 37 38
Octal 314 121 215 0 74 37 24 513 67 70
Binary 11001100 1010001 10001101 0 111100 11111 10100 101001011 110111 111000

Color Harmonies of #CC518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC518D

Black with #CC518D

Text Example


Text Example

White with #CC518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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