Html Css Color HEX #C143A3 Mulberry

📋 copy color: '#C143A3'

red 193 ◦ green 67 ◦ blue 163

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

Shades of Mulberry #C143A3

Tints of Mulberry #C143A3

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.84%

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

R = 45.63%
G = 15.84%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C143A3 (or 0xC143A3) is known color: Mulberry. HEX triplet: C1, 43 and A3. RGB value is (193,67,163). Sum of RGB (Red+Green+Blue) = 193+67+163=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C143A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143A3 is #3EBC5C. Grayscale: #737373. Windows color (decimal): -4111453 or 10699713. OLE color: 10699713.

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

Color convert

RGB 193 67 163 -
CMYK 0 0.65 0.16 0.24
HSL 314.29º 0.5% 0.51% -
HSV(B) 314.29º 0.65% 0.76% -
XYZ 30.61 18 36.51 -
YUV 115.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 193 67 163 0 0.65 0.16 0.24 314.29 0.5 0.51
Hex C1 43 A3 0 41 10 18 13A 32 33
Octal 301 103 243 0 101 20 30 472 62 63
Binary 11000001 1000011 10100011 0 1000001 10000 11000 100111010 110010 110011

Color Harmonies of #C143A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143A3

Black with #C143A3

Text Example


Text Example

White with #C143A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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