Html Css Color HEX #CC5294 Mulberry

📋 copy color: '#CC5294'

red 204 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #CC5294

Tints of Mulberry #CC5294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.89%

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 47%
G = 18.89%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC5294 (or 0xCC5294) is known color: Mulberry. HEX triplet: CC, 52 and 94. RGB value is (204,82,148). Sum of RGB (Red+Green+Blue) = 204+82+148=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5294 is #33AD6B. Grayscale: #7D7D7D. Windows color (decimal): -3386732 or 9720524. OLE color: 9720524.

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

Color convert

RGB 204 82 148 -
CMYK 0 0.60 0.27 0.2
HSL 327.54º 0.54% 0.56% -
HSV(B) 327.54º 0.6% 0.8% -
XYZ 33.26 21.01 30.32 -
YUV 126 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 204 82 148 0 0.60 0.27 0.2 327.54 0.54 0.56
Hex CC 52 94 0 3C 1B 14 148 36 38
Octal 314 122 224 0 74 33 24 510 66 70
Binary 11001100 1010010 10010100 0 111100 11011 10100 101001000 110110 111000

Color Harmonies of #CC5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5294

Black with #CC5294

Text Example


Text Example

White with #CC5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5294; }

 p { color: rgb(204,82,148); }

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

background-color css

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

 a { background-color: rgb(204,82,148); }

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

border-color css

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

 span { border-color: rgb(204,82,148); }

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