Html Css Color HEX #C14881 Mulberry

📋 copy color: '#C14881'

red 193 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #C14881

Tints of Mulberry #C14881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.27%

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

R = 48.98%
G = 18.27%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C14881 (or 0xC14881) is known color: Mulberry. HEX triplet: C1, 48 and 81. RGB value is (193,72,129). Sum of RGB (Red+Green+Blue) = 193+72+129=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14881 is #3EB77E. Grayscale: #727272. Windows color (decimal): -4110207 or 8472769. OLE color: 8472769.

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

Color convert

RGB 193 72 129 -
CMYK 0 0.63 0.33 0.24
HSL 331.74º 0.49% 0.52% -
HSV(B) 331.74º 0.63% 0.76% -
XYZ 28.27 17.56 22.67 -
YUV 114.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 193 72 129 0 0.63 0.33 0.24 331.74 0.49 0.52
Hex C1 48 81 0 3F 21 18 14C 31 34
Octal 301 110 201 0 77 41 30 514 61 64
Binary 11000001 1001000 10000001 0 111111 100001 11000 101001100 110001 110100

Color Harmonies of #C14881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14881

Black with #C14881

Text Example


Text Example

White with #C14881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14881; }

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

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

background-color css

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

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

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

border-color css

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

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

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