Html Css Color HEX #C1438E Mulberry

📋 copy color: '#C1438E'

red 193 ◦ green 67 ◦ blue 142

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

Shades of Mulberry #C1438E

Tints of Mulberry #C1438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 48.01%
G = 16.67%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1438E (or 0xC1438E) is known color: Mulberry. HEX triplet: C1, 43 and 8E. RGB value is (193,67,142). Sum of RGB (Red+Green+Blue) = 193+67+142=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1438E is #3EBC71. Grayscale: #717171. Windows color (decimal): -4111474 or 9323457. OLE color: 9323457.

HSL color Cylindrical-coordinate representation of color #C1438E: hue angle of 324.29º 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 #C1438E is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 67 142 -
CMYK 0 0.65 0.26 0.24
HSL 324.29º 0.5% 0.51% -
HSV(B) 324.29º 0.65% 0.76% -
XYZ 28.88 17.3 27.41 -
YUV 113.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 193 67 142 0 0.65 0.26 0.24 324.29 0.5 0.51
Hex C1 43 8E 0 41 1A 18 144 32 33
Octal 301 103 216 0 101 32 30 504 62 63
Binary 11000001 1000011 10001110 0 1000001 11010 11000 101000100 110010 110011

Color Harmonies of #C1438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1438E

Black with #C1438E

Text Example


Text Example

White with #C1438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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