Html Css Color HEX #C14080 Mulberry

📋 copy color: '#C14080'

red 193 ◦ green 64 ◦ blue 128

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

Shades of Mulberry #C14080

Tints of Mulberry #C14080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 50.13%
G = 16.62%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C14080 (or 0xC14080) is known color: Mulberry. HEX triplet: C1, 40 and 80. RGB value is (193,64,128). Sum of RGB (Red+Green+Blue) = 193+64+128=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C14080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14080 is #3EBF7F. Grayscale: #6D6D6D. Windows color (decimal): -4112256 or 8405185. OLE color: 8405185.

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

Color convert

RGB 193 64 128 -
CMYK 0 0.67 0.34 0.24
HSL 330.23º 0.51% 0.5% -
HSV(B) 330.23º 0.67% 0.76% -
XYZ 27.72 16.56 22.16 -
YUV 109.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 193 64 128 0 0.67 0.34 0.24 330.23 0.51 0.5
Hex C1 40 80 0 43 22 18 14A 33 32
Octal 301 100 200 0 103 42 30 512 63 62
Binary 11000001 1000000 10000000 0 1000011 100010 11000 101001010 110011 110010

Color Harmonies of #C14080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14080

Black with #C14080

Text Example


Text Example

White with #C14080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14080; }

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

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

background-color css

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

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

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

border-color css

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

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

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