Html Css Color HEX #CC5398 Mulberry

📋 copy color: '#CC5398'

red 204 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #CC5398

Tints of Mulberry #CC5398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.91%

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

R = 46.47%
G = 18.91%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC5398 (or 0xCC5398) is known color: Mulberry. HEX triplet: CC, 53 and 98. RGB value is (204,83,152). Sum of RGB (Red+Green+Blue) = 204+83+152=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5398 is #33AC67. Grayscale: #7E7E7E. Windows color (decimal): -3386472 or 9982924. OLE color: 9982924.

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

Color convert

RGB 204 83 152 -
CMYK 0 0.59 0.25 0.2
HSL 325.79º 0.54% 0.56% -
HSV(B) 325.79º 0.59% 0.8% -
XYZ 33.66 21.29 32.04 -
YUV 127.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 204 83 152 0 0.59 0.25 0.2 325.79 0.54 0.56
Hex CC 53 98 0 3B 19 14 146 36 38
Octal 314 123 230 0 73 31 24 506 66 70
Binary 11001100 1010011 10011000 0 111011 11001 10100 101000110 110110 111000

Color Harmonies of #CC5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5398

Black with #CC5398

Text Example


Text Example

White with #CC5398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5398; }

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

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

background-color css

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

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

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

border-color css

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

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

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