Html Css Color HEX #C140A0 Mulberry

📋 copy color: '#C140A0'

red 193 ◦ green 64 ◦ blue 160

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

Shades of Mulberry #C140A0

Tints of Mulberry #C140A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 46.28%
G = 15.35%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C140A0 (or 0xC140A0) is known color: Mulberry. HEX triplet: C1, 40 and A0. RGB value is (193,64,160). Sum of RGB (Red+Green+Blue) = 193+64+160=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C140A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140A0 is #3EBF5F. Grayscale: #717171. Windows color (decimal): -4112224 or 10502337. OLE color: 10502337.

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

Color convert

RGB 193 64 160 -
CMYK 0 0.67 0.17 0.24
HSL 315.35º 0.51% 0.5% -
HSV(B) 315.35º 0.67% 0.76% -
XYZ 30.17 17.54 35.05 -
YUV 113.52 154.24 184.69 -
System Red Green Blue C M Y K H S L
Decimal 193 64 160 0 0.67 0.17 0.24 315.35 0.51 0.5
Hex C1 40 A0 0 43 11 18 13B 33 32
Octal 301 100 240 0 103 21 30 473 63 62
Binary 11000001 1000000 10100000 0 1000011 10001 11000 100111011 110011 110010

Color Harmonies of #C140A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140A0

Black with #C140A0

Text Example


Text Example

White with #C140A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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