Html Css Color HEX #CC5197 Mulberry

📋 copy color: '#CC5197'

red 204 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #CC5197

Tints of Mulberry #CC5197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 46.79%
G = 18.58%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC5197 (or 0xCC5197) is known color: Mulberry. HEX triplet: CC, 51 and 97. RGB value is (204,81,151). Sum of RGB (Red+Green+Blue) = 204+81+151=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5197 is #33AE68. Grayscale: #7D7D7D. Windows color (decimal): -3386985 or 9916876. OLE color: 9916876.

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

Color convert

RGB 204 81 151 -
CMYK 0 0.60 0.26 0.2
HSL 325.85º 0.55% 0.56% -
HSV(B) 325.85º 0.6% 0.8% -
XYZ 33.43 20.96 31.56 -
YUV 125.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 204 81 151 0 0.60 0.26 0.2 325.85 0.55 0.56
Hex CC 51 97 0 3C 1A 14 146 37 38
Octal 314 121 227 0 74 32 24 506 67 70
Binary 11001100 1010001 10010111 0 111100 11010 10100 101000110 110111 111000

Color Harmonies of #CC5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5197

Black with #CC5197

Text Example


Text Example

White with #CC5197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5197; }

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

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

background-color css

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

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

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

border-color css

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

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

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