Html Css Color HEX #C2559C Mulberry

📋 copy color: '#C2559C'

red 194 ◦ green 85 ◦ blue 156

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

Shades of Mulberry #C2559C

Tints of Mulberry #C2559C

RGB

 RED value IS 194 (76.17% from 255) = 44.6%

 GREEN value IS 85 (33.59% from 255) = 19.54%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 44.6%
G = 19.54%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2559C (or 0xC2559C) is known color: Mulberry. HEX triplet: C2, 55 and 9C. RGB value is (194,85,156). Sum of RGB (Red+Green+Blue) = 194+85+156=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2559C is #3DAA63. Grayscale: #7D7D7D. Windows color (decimal): -4041316 or 10245570. OLE color: 10245570.

HSL color Cylindrical-coordinate representation of color #C2559C: hue angle of 320.92º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2559C is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 156 -
CMYK 0 0.56 0.20 0.24
HSL 320.92º 0.47% 0.55% -
HSV(B) 320.92º 0.56% 0.76% -
XYZ 31.5 20.37 33.72 -
YUV 125.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 194 85 156 0 0.56 0.20 0.24 320.92 0.47 0.55
Hex C2 55 9C 0 38 14 18 141 2F 37
Octal 302 125 234 0 70 24 30 501 57 67
Binary 11000010 1010101 10011100 0 111000 10100 11000 101000001 101111 110111

Color Harmonies of #C2559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2559C

Black with #C2559C

Text Example


Text Example

White with #C2559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2559C; }

 p { color: rgb(194,85,156); }

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

background-color css

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

 a { background-color: rgb(194,85,156); }

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

border-color css

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

 span { border-color: rgb(194,85,156); }

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