Html Css Color HEX #CC518F Mulberry

📋 copy color: '#CC518F'

red 204 ◦ green 81 ◦ blue 143

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

Shades of Mulberry #CC518F

Tints of Mulberry #CC518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 47.66%
G = 18.93%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC518F (or 0xCC518F) is known color: Mulberry. HEX triplet: CC, 51 and 8F. RGB value is (204,81,143). Sum of RGB (Red+Green+Blue) = 204+81+143=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC518F is #33AE70. Grayscale: #7C7C7C. Windows color (decimal): -3386993 or 9392588. OLE color: 9392588.

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

Color convert

RGB 204 81 143 -
CMYK 0 0.60 0.30 0.2
HSL 329.76º 0.55% 0.56% -
HSV(B) 329.76º 0.6% 0.8% -
XYZ 32.8 20.71 28.25 -
YUV 124.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 204 81 143 0 0.60 0.30 0.2 329.76 0.55 0.56
Hex CC 51 8F 0 3C 1E 14 14A 37 38
Octal 314 121 217 0 74 36 24 512 67 70
Binary 11001100 1010001 10001111 0 111100 11110 10100 101001010 110111 111000

Color Harmonies of #CC518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC518F

Black with #CC518F

Text Example


Text Example

White with #CC518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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