Html Css Color HEX #C14592 Mulberry

📋 copy color: '#C14592'

red 193 ◦ green 69 ◦ blue 146

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

Shades of Mulberry #C14592

Tints of Mulberry #C14592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 47.3%
G = 16.91%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C14592 (or 0xC14592) is known color: Mulberry. HEX triplet: C1, 45 and 92. RGB value is (193,69,146). Sum of RGB (Red+Green+Blue) = 193+69+146=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C14592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14592 is #3EBA6D. Grayscale: #727272. Windows color (decimal): -4110958 or 9586113. OLE color: 9586113.

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

Color convert

RGB 193 69 146 -
CMYK 0 0.64 0.24 0.24
HSL 322.74º 0.5% 0.51% -
HSV(B) 322.74º 0.64% 0.76% -
XYZ 29.31 17.67 29.06 -
YUV 114.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 193 69 146 0 0.64 0.24 0.24 322.74 0.5 0.51
Hex C1 45 92 0 40 18 18 143 32 33
Octal 301 105 222 0 100 30 30 503 62 63
Binary 11000001 1000101 10010010 0 1000000 11000 11000 101000011 110010 110011

Color Harmonies of #C14592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14592

Black with #C14592

Text Example


Text Example

White with #C14592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14592; }

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

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

background-color css

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

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

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

border-color css

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

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

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