Html Css Color HEX #C14494 Mulberry

📋 copy color: '#C14494'

red 193 ◦ green 68 ◦ blue 148

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

Shades of Mulberry #C14494

Tints of Mulberry #C14494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 47.19%
G = 16.63%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C14494 (or 0xC14494) is known color: Mulberry. HEX triplet: C1, 44 and 94. RGB value is (193,68,148). Sum of RGB (Red+Green+Blue) = 193+68+148=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14494 is #3EBB6B. Grayscale: #727272. Windows color (decimal): -4111212 or 9716929. OLE color: 9716929.

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

Color convert

RGB 193 68 148 -
CMYK 0 0.65 0.23 0.24
HSL 321.6º 0.5% 0.51% -
HSV(B) 321.6º 0.65% 0.76% -
XYZ 29.4 17.61 29.87 -
YUV 114.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 193 68 148 0 0.65 0.23 0.24 321.6 0.5 0.51
Hex C1 44 94 0 41 17 18 142 32 33
Octal 301 104 224 0 101 27 30 502 62 63
Binary 11000001 1000100 10010100 0 1000001 10111 11000 101000010 110010 110011

Color Harmonies of #C14494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14494

Black with #C14494

Text Example


Text Example

White with #C14494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14494; }

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

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

background-color css

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

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

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

border-color css

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

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

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