Html Css Color HEX #C158A1 Mulberry

📋 copy color: '#C158A1'

red 193 ◦ green 88 ◦ blue 161

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

Shades of Mulberry #C158A1

Tints of Mulberry #C158A1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.91%

 BLUE value IS 161 (63.28% from 255) = 36.43%

R = 43.67%
G = 19.91%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C158A1 (or 0xC158A1) is known color: Mulberry. HEX triplet: C1, 58 and A1. RGB value is (193,88,161). Sum of RGB (Red+Green+Blue) = 193+88+161=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C158A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C158A1 is #3EA75E. Grayscale: #7F7F7F. Windows color (decimal): -4106079 or 10574017. OLE color: 10574017.

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

Color convert

RGB 193 88 161 -
CMYK 0 0.54 0.17 0.24
HSL 318.29º 0.46% 0.55% -
HSV(B) 318.29º 0.54% 0.76% -
XYZ 31.92 20.89 36.07 -
YUV 127.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 193 88 161 0 0.54 0.17 0.24 318.29 0.46 0.55
Hex C1 58 A1 0 36 11 18 13E 2E 37
Octal 301 130 241 0 66 21 30 476 56 67
Binary 11000001 1011000 10100001 0 110110 10001 11000 100111110 101110 110111

Color Harmonies of #C158A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158A1

Black with #C158A1

Text Example


Text Example

White with #C158A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158A1; }

 p { color: rgb(193,88,161); }

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

background-color css

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

 a { background-color: rgb(193,88,161); }

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

border-color css

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

 span { border-color: rgb(193,88,161); }

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