Html Css Color HEX #C140A5 Mulberry

📋 copy color: '#C140A5'

red 193 ◦ green 64 ◦ blue 165

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

Shades of Mulberry #C140A5

Tints of Mulberry #C140A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 45.73%
G = 15.17%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C140A5 (or 0xC140A5) is known color: Mulberry. HEX triplet: C1, 40 and A5. RGB value is (193,64,165). Sum of RGB (Red+Green+Blue) = 193+64+165=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C140A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140A5 is #3EBF5A. Grayscale: #717171. Windows color (decimal): -4112219 or 10830017. OLE color: 10830017.

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

Color convert

RGB 193 64 165 -
CMYK 0 0.67 0.15 0.24
HSL 313.02º 0.51% 0.5% -
HSV(B) 313.02º 0.67% 0.76% -
XYZ 30.62 17.72 37.4 -
YUV 114.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 193 64 165 0 0.67 0.15 0.24 313.02 0.51 0.5
Hex C1 40 A5 0 43 F 18 139 33 32
Octal 301 100 245 0 103 17 30 471 63 62
Binary 11000001 1000000 10100101 0 1000011 1111 11000 100111001 110011 110010

Color Harmonies of #C140A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140A5

Black with #C140A5

Text Example


Text Example

White with #C140A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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