Html Css Color HEX #C1508A Mulberry

📋 copy color: '#C1508A'

red 193 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #C1508A

Tints of Mulberry #C1508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 46.96%
G = 19.46%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1508A (or 0xC1508A) is known color: Mulberry. HEX triplet: C1, 50 and 8A. RGB value is (193,80,138). Sum of RGB (Red+Green+Blue) = 193+80+138=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1508A is #3EAF75. Grayscale: #787878. Windows color (decimal): -4108150 or 9064641. OLE color: 9064641.

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

Color convert

RGB 193 80 138 -
CMYK 0 0.59 0.28 0.24
HSL 329.2º 0.48% 0.54% -
HSV(B) 329.2º 0.59% 0.76% -
XYZ 29.45 18.91 26.14 -
YUV 120.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 193 80 138 0 0.59 0.28 0.24 329.2 0.48 0.54
Hex C1 50 8A 0 3B 1C 18 149 30 36
Octal 301 120 212 0 73 34 30 511 60 66
Binary 11000001 1010000 10001010 0 111011 11100 11000 101001001 110000 110110

Color Harmonies of #C1508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1508A

Black with #C1508A

Text Example


Text Example

White with #C1508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1508A; }

 p { color: rgb(193,80,138); }

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

background-color css

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

 a { background-color: rgb(193,80,138); }

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

border-color css

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

 span { border-color: rgb(193,80,138); }

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