Html Css Color HEX #CC519B Mulberry

📋 copy color: '#CC519B'

red 204 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #CC519B

Tints of Mulberry #CC519B

RGB

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

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

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

R = 46.36%
G = 18.41%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC519B (or 0xCC519B) is known color: Mulberry. HEX triplet: CC, 51 and 9B. RGB value is (204,81,155). Sum of RGB (Red+Green+Blue) = 204+81+155=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC519B is #33AE64. Grayscale: #7E7E7E. Windows color (decimal): -3386981 or 10179020. OLE color: 10179020.

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

Color convert

RGB 204 81 155 -
CMYK 0 0.60 0.24 0.2
HSL 323.9º 0.55% 0.56% -
HSV(B) 323.9º 0.6% 0.8% -
XYZ 33.76 21.09 33.3 -
YUV 126.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 204 81 155 0 0.60 0.24 0.2 323.9 0.55 0.56
Hex CC 51 9B 0 3C 18 14 144 37 38
Octal 314 121 233 0 74 30 24 504 67 70
Binary 11001100 1010001 10011011 0 111100 11000 10100 101000100 110111 111000

Color Harmonies of #CC519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC519B

Black with #CC519B

Text Example


Text Example

White with #CC519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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