Html Css Color HEX #CC509B Mulberry

📋 copy color: '#CC509B'

red 204 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #CC509B

Tints of Mulberry #CC509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 46.47%
G = 18.22%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC509B (or 0xCC509B) is known color: Mulberry. HEX triplet: CC, 50 and 9B. RGB value is (204,80,155). Sum of RGB (Red+Green+Blue) = 204+80+155=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC509B is #33AF64. Grayscale: #7D7D7D. Windows color (decimal): -3387237 or 10178764. OLE color: 10178764.

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

Color convert

RGB 204 80 155 -
CMYK 0 0.61 0.24 0.2
HSL 323.71º 0.55% 0.56% -
HSV(B) 323.71º 0.61% 0.8% -
XYZ 33.69 20.94 33.28 -
YUV 125.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 204 80 155 0 0.61 0.24 0.2 323.71 0.55 0.56
Hex CC 50 9B 0 3D 18 14 144 37 38
Octal 314 120 233 0 75 30 24 504 67 70
Binary 11001100 1010000 10011011 0 111101 11000 10100 101000100 110111 111000

Color Harmonies of #CC509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC509B

Black with #CC509B

Text Example


Text Example

White with #CC509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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