Html Css Color HEX #C14181 Mulberry

📋 copy color: '#C14181'

red 193 ◦ green 65 ◦ blue 129

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

Shades of Mulberry #C14181

Tints of Mulberry #C14181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.8%

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

R = 49.87%
G = 16.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C14181 (or 0xC14181) is known color: Mulberry. HEX triplet: C1, 41 and 81. RGB value is (193,65,129). Sum of RGB (Red+Green+Blue) = 193+65+129=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C14181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14181 is #3EBE7E. Grayscale: #6E6E6E. Windows color (decimal): -4111999 or 8470977. OLE color: 8470977.

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

Color convert

RGB 193 65 129 -
CMYK 0 0.66 0.33 0.24
HSL 330º 0.51% 0.51% -
HSV(B) 330º 0.66% 0.76% -
XYZ 27.85 16.7 22.53 -
YUV 110.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 193 65 129 0 0.66 0.33 0.24 330 0.51 0.51
Hex C1 41 81 0 42 21 18 14A 33 33
Octal 301 101 201 0 102 41 30 512 63 63
Binary 11000001 1000001 10000001 0 1000010 100001 11000 101001010 110011 110011

Color Harmonies of #C14181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14181

Black with #C14181

Text Example


Text Example

White with #C14181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14181; }

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

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

background-color css

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

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

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

border-color css

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

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

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