Html Css Color HEX #C14483 Mulberry

📋 copy color: '#C14483'

red 193 ◦ green 68 ◦ blue 131

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

Shades of Mulberry #C14483

Tints of Mulberry #C14483

RGB

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

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

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

R = 49.23%
G = 17.35%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C14483 (or 0xC14483) is known color: Mulberry. HEX triplet: C1, 44 and 83. RGB value is (193,68,131). Sum of RGB (Red+Green+Blue) = 193+68+131=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C14483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14483 is #3EBB7C. Grayscale: #707070. Windows color (decimal): -4111229 or 8602817. OLE color: 8602817.

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

Color convert

RGB 193 68 131 -
CMYK 0 0.65 0.32 0.24
HSL 329.76º 0.5% 0.51% -
HSV(B) 329.76º 0.65% 0.76% -
XYZ 28.16 17.11 23.29 -
YUV 112.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 193 68 131 0 0.65 0.32 0.24 329.76 0.5 0.51
Hex C1 44 83 0 41 20 18 14A 32 33
Octal 301 104 203 0 101 40 30 512 62 63
Binary 11000001 1000100 10000011 0 1000001 100000 11000 101001010 110010 110011

Color Harmonies of #C14483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14483

Black with #C14483

Text Example


Text Example

White with #C14483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14483; }

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

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

background-color css

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

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

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

border-color css

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

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

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