Html Css Color HEX #CC538E Mulberry

📋 copy color: '#CC538E'

red 204 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #CC538E

Tints of Mulberry #CC538E

RGB

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

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

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

R = 47.55%
G = 19.35%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC538E (or 0xCC538E) is known color: Mulberry. HEX triplet: CC, 53 and 8E. RGB value is (204,83,142). Sum of RGB (Red+Green+Blue) = 204+83+142=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC538E is #33AC71. Grayscale: #7D7D7D. Windows color (decimal): -3386482 or 9327564. OLE color: 9327564.

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

Color convert

RGB 204 83 142 -
CMYK 0 0.59 0.30 0.2
HSL 330.74º 0.54% 0.56% -
HSV(B) 330.74º 0.59% 0.8% -
XYZ 32.88 20.98 27.91 -
YUV 125.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 204 83 142 0 0.59 0.30 0.2 330.74 0.54 0.56
Hex CC 53 8E 0 3B 1E 14 14B 36 38
Octal 314 123 216 0 73 36 24 513 66 70
Binary 11001100 1010011 10001110 0 111011 11110 10100 101001011 110110 111000

Color Harmonies of #CC538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC538E

Black with #CC538E

Text Example


Text Example

White with #CC538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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