Html Css Color HEX #C1458E Mulberry

📋 copy color: '#C1458E'

red 193 ◦ green 69 ◦ blue 142

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

Shades of Mulberry #C1458E

Tints of Mulberry #C1458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.08%

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

R = 47.77%
G = 17.08%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1458E (or 0xC1458E) is known color: Mulberry. HEX triplet: C1, 45 and 8E. RGB value is (193,69,142). Sum of RGB (Red+Green+Blue) = 193+69+142=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1458E is #3EBA71. Grayscale: #727272. Windows color (decimal): -4110962 or 9323969. OLE color: 9323969.

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

Color convert

RGB 193 69 142 -
CMYK 0 0.64 0.26 0.24
HSL 324.68º 0.5% 0.51% -
HSV(B) 324.68º 0.64% 0.76% -
XYZ 29 17.55 27.45 -
YUV 114.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 193 69 142 0 0.64 0.26 0.24 324.68 0.5 0.51
Hex C1 45 8E 0 40 1A 18 145 32 33
Octal 301 105 216 0 100 32 30 505 62 63
Binary 11000001 1000101 10001110 0 1000000 11010 11000 101000101 110010 110011

Color Harmonies of #C1458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1458E

Black with #C1458E

Text Example


Text Example

White with #C1458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1458E; }

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

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

background-color css

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

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

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

border-color css

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

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

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