Html Css Color HEX #CC5198 Mulberry

📋 copy color: '#CC5198'

red 204 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #CC5198

Tints of Mulberry #CC5198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 46.68%
G = 18.54%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC5198 (or 0xCC5198) is known color: Mulberry. HEX triplet: CC, 51 and 98. RGB value is (204,81,152). Sum of RGB (Red+Green+Blue) = 204+81+152=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5198 is #33AE67. Grayscale: #7D7D7D. Windows color (decimal): -3386984 or 9982412. OLE color: 9982412.

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

Color convert

RGB 204 81 152 -
CMYK 0 0.60 0.25 0.2
HSL 325.37º 0.55% 0.56% -
HSV(B) 325.37º 0.6% 0.8% -
XYZ 33.51 20.99 31.99 -
YUV 125.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 204 81 152 0 0.60 0.25 0.2 325.37 0.55 0.56
Hex CC 51 98 0 3C 19 14 145 37 38
Octal 314 121 230 0 74 31 24 505 67 70
Binary 11001100 1010001 10011000 0 111100 11001 10100 101000101 110111 111000

Color Harmonies of #CC5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5198

Black with #CC5198

Text Example


Text Example

White with #CC5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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