Html Css Color HEX #C14482 Mulberry

📋 copy color: '#C14482'

red 193 ◦ green 68 ◦ blue 130

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

Shades of Mulberry #C14482

Tints of Mulberry #C14482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 49.36%
G = 17.39%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C14482 (or 0xC14482) is known color: Mulberry. HEX triplet: C1, 44 and 82. RGB value is (193,68,130). Sum of RGB (Red+Green+Blue) = 193+68+130=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C14482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14482 is #3EBB7D. Grayscale: #707070. Windows color (decimal): -4111230 or 8537281. OLE color: 8537281.

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

Color convert

RGB 193 68 130 -
CMYK 0 0.65 0.33 0.24
HSL 330.24º 0.5% 0.51% -
HSV(B) 330.24º 0.65% 0.76% -
XYZ 28.09 17.08 22.94 -
YUV 112.44 137.91 185.46 -
System Red Green Blue C M Y K H S L
Decimal 193 68 130 0 0.65 0.33 0.24 330.24 0.5 0.51
Hex C1 44 82 0 41 21 18 14A 32 33
Octal 301 104 202 0 101 41 30 512 62 63
Binary 11000001 1000100 10000010 0 1000001 100001 11000 101001010 110010 110011

Color Harmonies of #C14482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14482

Black with #C14482

Text Example


Text Example

White with #C14482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14482; }

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

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

background-color css

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

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

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

border-color css

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

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

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