Html Css Color HEX #C145A0 Mulberry

📋 copy color: '#C145A0'

red 193 ◦ green 69 ◦ blue 160

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

Shades of Mulberry #C145A0

Tints of Mulberry #C145A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

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

R = 45.73%
G = 16.35%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C145A0 (or 0xC145A0) is known color: Mulberry. HEX triplet: C1, 45 and A0. RGB value is (193,69,160). Sum of RGB (Red+Green+Blue) = 193+69+160=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C145A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145A0 is #3EBA5F. Grayscale: #747474. Windows color (decimal): -4110944 or 10503617. OLE color: 10503617.

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

Color convert

RGB 193 69 160 -
CMYK 0 0.64 0.17 0.24
HSL 315.97º 0.5% 0.51% -
HSV(B) 315.97º 0.64% 0.76% -
XYZ 30.47 18.13 35.15 -
YUV 116.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 193 69 160 0 0.64 0.17 0.24 315.97 0.5 0.51
Hex C1 45 A0 0 40 11 18 13C 32 33
Octal 301 105 240 0 100 21 30 474 62 63
Binary 11000001 1000101 10100000 0 1000000 10001 11000 100111100 110010 110011

Color Harmonies of #C145A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145A0

Black with #C145A0

Text Example


Text Example

White with #C145A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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