Html Css Color HEX #C1538C Mulberry

📋 copy color: '#C1538C'

red 193 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #C1538C

Tints of Mulberry #C1538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 46.39%
G = 19.95%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1538C (or 0xC1538C) is known color: Mulberry. HEX triplet: C1, 53 and 8C. RGB value is (193,83,140). Sum of RGB (Red+Green+Blue) = 193+83+140=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1538C is #3EAC73. Grayscale: #7A7A7A. Windows color (decimal): -4107380 or 9196481. OLE color: 9196481.

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

Color convert

RGB 193 83 140 -
CMYK 0 0.57 0.27 0.24
HSL 328.91º 0.47% 0.54% -
HSV(B) 328.91º 0.57% 0.76% -
XYZ 29.82 19.42 26.99 -
YUV 122.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 193 83 140 0 0.57 0.27 0.24 328.91 0.47 0.54
Hex C1 53 8C 0 39 1B 18 149 2F 36
Octal 301 123 214 0 71 33 30 511 57 66
Binary 11000001 1010011 10001100 0 111001 11011 11000 101001001 101111 110110

Color Harmonies of #C1538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1538C

Black with #C1538C

Text Example


Text Example

White with #C1538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1538C; }

 p { color: rgb(193,83,140); }

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

background-color css

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

 a { background-color: rgb(193,83,140); }

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

border-color css

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

 span { border-color: rgb(193,83,140); }

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