Html Css Color HEX #CC5194 Mulberry

📋 copy color: '#CC5194'

red 204 ◦ green 81 ◦ blue 148

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

Shades of Mulberry #CC5194

Tints of Mulberry #CC5194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.71%

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

R = 47.11%
G = 18.71%
B = 34.18%

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

#CC5194 (or 0xCC5194) is known color: Mulberry. HEX triplet: CC, 51 and 94. RGB value is (204,81,148). Sum of RGB (Red+Green+Blue) = 204+81+148=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5194 is #33AE6B. Grayscale: #7D7D7D. Windows color (decimal): -3386988 or 9720268. OLE color: 9720268.

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

Color convert

RGB 204 81 148 -
CMYK 0 0.60 0.27 0.2
HSL 327.32º 0.55% 0.56% -
HSV(B) 327.32º 0.6% 0.8% -
XYZ 33.19 20.86 30.29 -
YUV 125.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 204 81 148 0 0.60 0.27 0.2 327.32 0.55 0.56
Hex CC 51 94 0 3C 1B 14 147 37 38
Octal 314 121 224 0 74 33 24 507 67 70
Binary 11001100 1010001 10010100 0 111100 11011 10100 101000111 110111 111000

Color Harmonies of #CC5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5194

Black with #CC5194

Text Example


Text Example

White with #CC5194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5194; }

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

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

background-color css

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

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

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

border-color css

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

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

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