Html Css Color HEX #CC508D Mulberry

📋 copy color: '#CC508D'

red 204 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #CC508D

Tints of Mulberry #CC508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

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

R = 48%
G = 18.82%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC508D (or 0xCC508D) is known color: Mulberry. HEX triplet: CC, 50 and 8D. RGB value is (204,80,141). Sum of RGB (Red+Green+Blue) = 204+80+141=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC508D is #33AF72. Grayscale: #7B7B7B. Windows color (decimal): -3387251 or 9261260. OLE color: 9261260.

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

Color convert

RGB 204 80 141 -
CMYK 0 0.61 0.31 0.2
HSL 330.48º 0.55% 0.56% -
HSV(B) 330.48º 0.61% 0.8% -
XYZ 32.58 20.5 27.44 -
YUV 124.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 204 80 141 0 0.61 0.31 0.2 330.48 0.55 0.56
Hex CC 50 8D 0 3D 1F 14 14A 37 38
Octal 314 120 215 0 75 37 24 512 67 70
Binary 11001100 1010000 10001101 0 111101 11111 10100 101001010 110111 111000

Color Harmonies of #CC508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC508D

Black with #CC508D

Text Example


Text Example

White with #CC508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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