Html Css Color HEX #C14587 Mulberry

📋 copy color: '#C14587'

red 193 ◦ green 69 ◦ blue 135

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

Shades of Mulberry #C14587

Tints of Mulberry #C14587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 48.61%
G = 17.38%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C14587 (or 0xC14587) is known color: Mulberry. HEX triplet: C1, 45 and 87. RGB value is (193,69,135). Sum of RGB (Red+Green+Blue) = 193+69+135=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C14587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14587 is #3EBA78. Grayscale: #717171. Windows color (decimal): -4110969 or 8865217. OLE color: 8865217.

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

Color convert

RGB 193 69 135 -
CMYK 0 0.64 0.30 0.24
HSL 328.06º 0.5% 0.51% -
HSV(B) 328.06º 0.64% 0.76% -
XYZ 28.49 17.34 24.77 -
YUV 113.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 193 69 135 0 0.64 0.30 0.24 328.06 0.5 0.51
Hex C1 45 87 0 40 1E 18 148 32 33
Octal 301 105 207 0 100 36 30 510 62 63
Binary 11000001 1000101 10000111 0 1000000 11110 11000 101001000 110010 110011

Color Harmonies of #C14587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14587

Black with #C14587

Text Example


Text Example

White with #C14587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14587; }

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

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

background-color css

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

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

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

border-color css

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

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

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