Html Css Color HEX #CC5A93 Mulberry

📋 copy color: '#CC5A93'

red 204 ◦ green 90 ◦ blue 147

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

Shades of Mulberry #CC5A93

Tints of Mulberry #CC5A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 46.26%
G = 20.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC5A93 (or 0xCC5A93) is known color: Mulberry. HEX triplet: CC, 5A and 93. RGB value is (204,90,147). Sum of RGB (Red+Green+Blue) = 204+90+147=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A93 is #33A56C. Grayscale: #828282. Windows color (decimal): -3384685 or 9657036. OLE color: 9657036.

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

Color convert

RGB 204 90 147 -
CMYK 0 0.56 0.28 0.2
HSL 330º 0.53% 0.58% -
HSV(B) 330º 0.56% 0.8% -
XYZ 33.82 22.26 30.12 -
YUV 130.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 204 90 147 0 0.56 0.28 0.2 330 0.53 0.58
Hex CC 5A 93 0 38 1C 14 14A 35 3A
Octal 314 132 223 0 70 34 24 512 65 72
Binary 11001100 1011010 10010011 0 111000 11100 10100 101001010 110101 111010

Color Harmonies of #CC5A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A93

Black with #CC5A93

Text Example


Text Example

White with #CC5A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A93; }

 p { color: rgb(204,90,147); }

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

background-color css

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

 a { background-color: rgb(204,90,147); }

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

border-color css

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

 span { border-color: rgb(204,90,147); }

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