Html Css Color HEX #CC498E Mulberry

📋 copy color: '#CC498E'

red 204 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #CC498E

Tints of Mulberry #CC498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.42%

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

R = 48.69%
G = 17.42%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC498E (or 0xCC498E) is known color: Mulberry. HEX triplet: CC, 49 and 8E. RGB value is (204,73,142). Sum of RGB (Red+Green+Blue) = 204+73+142=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC498E is #33B671. Grayscale: #777777. Windows color (decimal): -3389042 or 9325004. OLE color: 9325004.

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

Color convert

RGB 204 73 142 -
CMYK 0 0.64 0.30 0.2
HSL 328.4º 0.56% 0.54% -
HSV(B) 328.4º 0.64% 0.8% -
XYZ 32.17 19.56 27.67 -
YUV 120.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 204 73 142 0 0.64 0.30 0.2 328.4 0.56 0.54
Hex CC 49 8E 0 40 1E 14 148 38 36
Octal 314 111 216 0 100 36 24 510 70 66
Binary 11001100 1001001 10001110 0 1000000 11110 10100 101001000 111000 110110

Color Harmonies of #CC498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC498E

Black with #CC498E

Text Example


Text Example

White with #CC498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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