Html Css Color HEX #CC5293 Mulberry

📋 copy color: '#CC5293'

red 204 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #CC5293

Tints of Mulberry #CC5293

RGB

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

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

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

R = 47.11%
G = 18.94%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC5293 (or 0xCC5293) is known color: Mulberry. HEX triplet: CC, 52 and 93. RGB value is (204,82,147). Sum of RGB (Red+Green+Blue) = 204+82+147=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5293 is #33AD6C. Grayscale: #7D7D7D. Windows color (decimal): -3386733 or 9654988. OLE color: 9654988.

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

Color convert

RGB 204 82 147 -
CMYK 0 0.60 0.28 0.2
HSL 328.03º 0.54% 0.56% -
HSV(B) 328.03º 0.6% 0.8% -
XYZ 33.19 20.98 29.9 -
YUV 125.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 204 82 147 0 0.60 0.28 0.2 328.03 0.54 0.56
Hex CC 52 93 0 3C 1C 14 148 36 38
Octal 314 122 223 0 74 34 24 510 66 70
Binary 11001100 1010010 10010011 0 111100 11100 10100 101001000 110110 111000

Color Harmonies of #CC5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5293

Black with #CC5293

Text Example


Text Example

White with #CC5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5293; }

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

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

background-color css

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

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

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

border-color css

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

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

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