Html Css Color HEX #C1438A Mulberry

📋 copy color: '#C1438A'

red 193 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #C1438A

Tints of Mulberry #C1438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.83%

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

R = 48.49%
G = 16.83%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1438A (or 0xC1438A) is known color: Mulberry. HEX triplet: C1, 43 and 8A. RGB value is (193,67,138). Sum of RGB (Red+Green+Blue) = 193+67+138=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1438A is #3EBC75. Grayscale: #707070. Windows color (decimal): -4111478 or 9061313. OLE color: 9061313.

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

Color convert

RGB 193 67 138 -
CMYK 0 0.65 0.28 0.24
HSL 326.19º 0.5% 0.51% -
HSV(B) 326.19º 0.65% 0.76% -
XYZ 28.59 17.19 25.86 -
YUV 112.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 193 67 138 0 0.65 0.28 0.24 326.19 0.5 0.51
Hex C1 43 8A 0 41 1C 18 146 32 33
Octal 301 103 212 0 101 34 30 506 62 63
Binary 11000001 1000011 10001010 0 1000001 11100 11000 101000110 110010 110011

Color Harmonies of #C1438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1438A

Black with #C1438A

Text Example


Text Example

White with #C1438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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