Html Css Color HEX #CC598E Mulberry

📋 copy color: '#CC598E'

red 204 ◦ green 89 ◦ blue 142

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

Shades of Mulberry #CC598E

Tints of Mulberry #CC598E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

 BLUE value IS 142 (55.86% from 255) = 32.64%

R = 46.9%
G = 20.46%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC598E (or 0xCC598E) is known color: Mulberry. HEX triplet: CC, 59 and 8E. RGB value is (204,89,142). Sum of RGB (Red+Green+Blue) = 204+89+142=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC598E is #33A671. Grayscale: #818181. Windows color (decimal): -3384946 or 9329100. OLE color: 9329100.

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

Color convert

RGB 204 89 142 -
CMYK 0 0.56 0.30 0.2
HSL 332.35º 0.53% 0.57% -
HSV(B) 332.35º 0.56% 0.8% -
XYZ 33.36 21.94 28.07 -
YUV 129.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 204 89 142 0 0.56 0.30 0.2 332.35 0.53 0.57
Hex CC 59 8E 0 38 1E 14 14C 35 39
Octal 314 131 216 0 70 36 24 514 65 71
Binary 11001100 1011001 10001110 0 111000 11110 10100 101001100 110101 111001

Color Harmonies of #CC598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC598E

Black with #CC598E

Text Example


Text Example

White with #CC598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC598E; }

 p { color: rgb(204,89,142); }

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

background-color css

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

 a { background-color: rgb(204,89,142); }

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

border-color css

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

 span { border-color: rgb(204,89,142); }

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