Html Css Color HEX #C14083 Mulberry

📋 copy color: '#C14083'

red 193 ◦ green 64 ◦ blue 131

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

Shades of Mulberry #C14083

Tints of Mulberry #C14083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.49%

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

R = 49.74%
G = 16.49%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C14083 (or 0xC14083) is known color: Mulberry. HEX triplet: C1, 40 and 83. RGB value is (193,64,131). Sum of RGB (Red+Green+Blue) = 193+64+131=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C14083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14083 is #3EBF7C. Grayscale: #6E6E6E. Windows color (decimal): -4112253 or 8601793. OLE color: 8601793.

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

Color convert

RGB 193 64 131 -
CMYK 0 0.67 0.32 0.24
HSL 328.84º 0.51% 0.5% -
HSV(B) 328.84º 0.67% 0.76% -
XYZ 27.92 16.64 23.21 -
YUV 110.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 193 64 131 0 0.67 0.32 0.24 328.84 0.51 0.5
Hex C1 40 83 0 43 20 18 149 33 32
Octal 301 100 203 0 103 40 30 511 63 62
Binary 11000001 1000000 10000011 0 1000011 100000 11000 101001001 110011 110010

Color Harmonies of #C14083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14083

Black with #C14083

Text Example


Text Example

White with #C14083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14083; }

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

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

background-color css

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

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

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

border-color css

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

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

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