Html Css Color HEX #C145A3 Mulberry

📋 copy color: '#C145A3'

red 193 ◦ green 69 ◦ blue 163

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

Shades of Mulberry #C145A3

Tints of Mulberry #C145A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.35%

R = 45.41%
G = 16.24%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C145A3 (or 0xC145A3) is known color: Mulberry. HEX triplet: C1, 45 and A3. RGB value is (193,69,163). Sum of RGB (Red+Green+Blue) = 193+69+163=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C145A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145A3 is #3EBA5C. Grayscale: #747474. Windows color (decimal): -4110941 or 10700225. OLE color: 10700225.

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

Color convert

RGB 193 69 163 -
CMYK 0 0.64 0.16 0.24
HSL 314.52º 0.5% 0.51% -
HSV(B) 314.52º 0.64% 0.76% -
XYZ 30.73 18.24 36.55 -
YUV 116.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 193 69 163 0 0.64 0.16 0.24 314.52 0.5 0.51
Hex C1 45 A3 0 40 10 18 13B 32 33
Octal 301 105 243 0 100 20 30 473 62 63
Binary 11000001 1000101 10100011 0 1000000 10000 11000 100111011 110010 110011

Color Harmonies of #C145A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145A3

Black with #C145A3

Text Example


Text Example

White with #C145A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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