Html Css Color HEX #CC518B Mulberry

📋 copy color: '#CC518B'

red 204 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #CC518B

Tints of Mulberry #CC518B

RGB

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

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

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

R = 48.11%
G = 19.1%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC518B (or 0xCC518B) is known color: Mulberry. HEX triplet: CC, 51 and 8B. RGB value is (204,81,139). Sum of RGB (Red+Green+Blue) = 204+81+139=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC518B is #33AE74. Grayscale: #7C7C7C. Windows color (decimal): -3386997 or 9130444. OLE color: 9130444.

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

Color convert

RGB 204 81 139 -
CMYK 0 0.60 0.32 0.2
HSL 331.71º 0.55% 0.56% -
HSV(B) 331.71º 0.6% 0.8% -
XYZ 32.5 20.59 26.69 -
YUV 124.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 204 81 139 0 0.60 0.32 0.2 331.71 0.55 0.56
Hex CC 51 8B 0 3C 20 14 14C 37 38
Octal 314 121 213 0 74 40 24 514 67 70
Binary 11001100 1010001 10001011 0 111100 100000 10100 101001100 110111 111000

Color Harmonies of #CC518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC518B

Black with #CC518B

Text Example


Text Example

White with #CC518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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