Html Css Color HEX #C14683 Mulberry

📋 copy color: '#C14683'

red 193 ◦ green 70 ◦ blue 131

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

Shades of Mulberry #C14683

Tints of Mulberry #C14683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 48.98%
G = 17.77%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C14683 (or 0xC14683) is known color: Mulberry. HEX triplet: C1, 46 and 83. RGB value is (193,70,131). Sum of RGB (Red+Green+Blue) = 193+70+131=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14683 is #3EB97C. Grayscale: #717171. Windows color (decimal): -4110717 or 8603329. OLE color: 8603329.

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

Color convert

RGB 193 70 131 -
CMYK 0 0.64 0.32 0.24
HSL 330.24º 0.5% 0.52% -
HSV(B) 330.24º 0.64% 0.76% -
XYZ 28.28 17.36 23.33 -
YUV 113.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 193 70 131 0 0.64 0.32 0.24 330.24 0.5 0.52
Hex C1 46 83 0 40 20 18 14A 32 34
Octal 301 106 203 0 100 40 30 512 62 64
Binary 11000001 1000110 10000011 0 1000000 100000 11000 101001010 110010 110100

Color Harmonies of #C14683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14683

Black with #C14683

Text Example


Text Example

White with #C14683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14683; }

 p { color: rgb(193,70,131); }

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

background-color css

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

 a { background-color: rgb(193,70,131); }

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

border-color css

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

 span { border-color: rgb(193,70,131); }

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