Html Css Color HEX #C14481 Mulberry

📋 copy color: '#C14481'

red 193 ◦ green 68 ◦ blue 129

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

Shades of Mulberry #C14481

Tints of Mulberry #C14481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 49.49%
G = 17.44%
B = 33.08%

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

#C14481 (or 0xC14481) is known color: Mulberry. HEX triplet: C1, 44 and 81. RGB value is (193,68,129). Sum of RGB (Red+Green+Blue) = 193+68+129=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C14481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14481 is #3EBB7E. Grayscale: #707070. Windows color (decimal): -4111231 or 8471745. OLE color: 8471745.

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

Color convert

RGB 193 68 129 -
CMYK 0 0.65 0.33 0.24
HSL 330.72º 0.5% 0.51% -
HSV(B) 330.72º 0.65% 0.76% -
XYZ 28.02 17.06 22.58 -
YUV 112.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 193 68 129 0 0.65 0.33 0.24 330.72 0.5 0.51
Hex C1 44 81 0 41 21 18 14B 32 33
Octal 301 104 201 0 101 41 30 513 62 63
Binary 11000001 1000100 10000001 0 1000001 100001 11000 101001011 110010 110011

Color Harmonies of #C14481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14481

Black with #C14481

Text Example


Text Example

White with #C14481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14481; }

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

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

background-color css

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

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

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

border-color css

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

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

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