Html Css Color HEX #C1529C Mulberry

📋 copy color: '#C1529C'

red 193 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #C1529C

Tints of Mulberry #C1529C

RGB

 RED value IS 193 (75.78% from 255) = 44.78%

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

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

R = 44.78%
G = 19.03%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1529C (or 0xC1529C) is known color: Mulberry. HEX triplet: C1, 52 and 9C. RGB value is (193,82,156). Sum of RGB (Red+Green+Blue) = 193+82+156=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1529C is #3EAD63. Grayscale: #7B7B7B. Windows color (decimal): -4107620 or 10244801. OLE color: 10244801.

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

Color convert

RGB 193 82 156 -
CMYK 0 0.58 0.19 0.24
HSL 320º 0.47% 0.54% -
HSV(B) 320º 0.58% 0.76% -
XYZ 31.01 19.77 33.63 -
YUV 123.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 193 82 156 0 0.58 0.19 0.24 320 0.47 0.54
Hex C1 52 9C 0 3A 13 18 140 2F 36
Octal 301 122 234 0 72 23 30 500 57 66
Binary 11000001 1010010 10011100 0 111010 10011 11000 101000000 101111 110110

Color Harmonies of #C1529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1529C

Black with #C1529C

Text Example


Text Example

White with #C1529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1529C; }

 p { color: rgb(193,82,156); }

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

background-color css

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

 a { background-color: rgb(193,82,156); }

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

border-color css

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

 span { border-color: rgb(193,82,156); }

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