Html Css Color HEX #C14499 Mulberry

📋 copy color: '#C14499'

red 193 ◦ green 68 ◦ blue 153

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

Shades of Mulberry #C14499

Tints of Mulberry #C14499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.43%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 46.62%
G = 16.43%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C14499 (or 0xC14499) is known color: Mulberry. HEX triplet: C1, 44 and 99. RGB value is (193,68,153). Sum of RGB (Red+Green+Blue) = 193+68+153=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C14499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14499 is #3EBB66. Grayscale: #727272. Windows color (decimal): -4111207 or 10044609. OLE color: 10044609.

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

Color convert

RGB 193 68 153 -
CMYK 0 0.65 0.21 0.24
HSL 319.2º 0.5% 0.51% -
HSV(B) 319.2º 0.65% 0.76% -
XYZ 29.81 17.77 32 -
YUV 115.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 193 68 153 0 0.65 0.21 0.24 319.2 0.5 0.51
Hex C1 44 99 0 41 15 18 13F 32 33
Octal 301 104 231 0 101 25 30 477 62 63
Binary 11000001 1000100 10011001 0 1000001 10101 11000 100111111 110010 110011

Color Harmonies of #C14499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14499

Black with #C14499

Text Example


Text Example

White with #C14499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14499; }

 p { color: rgb(193,68,153); }

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

background-color css

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

 a { background-color: rgb(193,68,153); }

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

border-color css

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

 span { border-color: rgb(193,68,153); }

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