Html Css Color HEX #C14094 Mulberry

📋 copy color: '#C14094'

red 193 ◦ green 64 ◦ blue 148

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

Shades of Mulberry #C14094

Tints of Mulberry #C14094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

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

R = 47.65%
G = 15.8%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C14094 (or 0xC14094) is known color: Mulberry. HEX triplet: C1, 40 and 94. RGB value is (193,64,148). Sum of RGB (Red+Green+Blue) = 193+64+148=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C14094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14094 is #3EBF6B. Grayscale: #6F6F6F. Windows color (decimal): -4112236 or 9715905. OLE color: 9715905.

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

Color convert

RGB 193 64 148 -
CMYK 0 0.67 0.23 0.24
HSL 320.93º 0.51% 0.5% -
HSV(B) 320.93º 0.67% 0.76% -
XYZ 29.17 17.14 29.79 -
YUV 112.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 193 64 148 0 0.67 0.23 0.24 320.93 0.51 0.5
Hex C1 40 94 0 43 17 18 141 33 32
Octal 301 100 224 0 103 27 30 501 63 62
Binary 11000001 1000000 10010100 0 1000011 10111 11000 101000001 110011 110010

Color Harmonies of #C14094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14094

Black with #C14094

Text Example


Text Example

White with #C14094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14094; }

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

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

background-color css

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

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

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

border-color css

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

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

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