Html Css Color HEX #C14385 Mulberry

📋 copy color: '#C14385'

red 193 ◦ green 67 ◦ blue 133

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

Shades of Mulberry #C14385

Tints of Mulberry #C14385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 49.11%
G = 17.05%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C14385 (or 0xC14385) is known color: Mulberry. HEX triplet: C1, 43 and 85. RGB value is (193,67,133). Sum of RGB (Red+Green+Blue) = 193+67+133=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C14385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14385 is #3EBC7A. Grayscale: #707070. Windows color (decimal): -4111483 or 8733633. OLE color: 8733633.

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

Color convert

RGB 193 67 133 -
CMYK 0 0.65 0.31 0.24
HSL 328.57º 0.5% 0.51% -
HSV(B) 328.57º 0.65% 0.76% -
XYZ 28.23 17.05 23.99 -
YUV 112.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 193 67 133 0 0.65 0.31 0.24 328.57 0.5 0.51
Hex C1 43 85 0 41 1F 18 149 32 33
Octal 301 103 205 0 101 37 30 511 62 63
Binary 11000001 1000011 10000101 0 1000001 11111 11000 101001001 110010 110011

Color Harmonies of #C14385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14385

Black with #C14385

Text Example


Text Example

White with #C14385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14385; }

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

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

background-color css

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

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

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

border-color css

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

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

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