Html Css Color HEX #C140A6 Mulberry

📋 copy color: '#C140A6'

red 193 ◦ green 64 ◦ blue 166

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

Shades of Mulberry #C140A6

Tints of Mulberry #C140A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 45.63%
G = 15.13%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C140A6 (or 0xC140A6) is known color: Mulberry. HEX triplet: C1, 40 and A6. RGB value is (193,64,166). Sum of RGB (Red+Green+Blue) = 193+64+166=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C140A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140A6 is #3EBF59. Grayscale: #717171. Windows color (decimal): -4112218 or 10895553. OLE color: 10895553.

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

Color convert

RGB 193 64 166 -
CMYK 0 0.67 0.14 0.24
HSL 312.56º 0.51% 0.5% -
HSV(B) 312.56º 0.67% 0.76% -
XYZ 30.71 17.76 37.89 -
YUV 114.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 193 64 166 0 0.67 0.14 0.24 312.56 0.51 0.5
Hex C1 40 A6 0 43 E 18 139 33 32
Octal 301 100 246 0 103 16 30 471 63 62
Binary 11000001 1000000 10100110 0 1000011 1110 11000 100111001 110011 110010

Color Harmonies of #C140A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140A6

Black with #C140A6

Text Example


Text Example

White with #C140A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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