Html Css Color HEX #C143A5 Mulberry

📋 copy color: '#C143A5'

red 193 ◦ green 67 ◦ blue 165

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

Shades of Mulberry #C143A5

Tints of Mulberry #C143A5

RGB

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

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

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

R = 45.41%
G = 15.76%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C143A5 (or 0xC143A5) is known color: Mulberry. HEX triplet: C1, 43 and A5. RGB value is (193,67,165). Sum of RGB (Red+Green+Blue) = 193+67+165=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C143A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143A5 is #3EBC5A. Grayscale: #737373. Windows color (decimal): -4111451 or 10830785. OLE color: 10830785.

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

Color convert

RGB 193 67 165 -
CMYK 0 0.65 0.15 0.24
HSL 313.33º 0.5% 0.51% -
HSV(B) 313.33º 0.65% 0.76% -
XYZ 30.79 18.07 37.46 -
YUV 115.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 193 67 165 0 0.65 0.15 0.24 313.33 0.5 0.51
Hex C1 43 A5 0 41 F 18 139 32 33
Octal 301 103 245 0 101 17 30 471 62 63
Binary 11000001 1000011 10100101 0 1000001 1111 11000 100111001 110010 110011

Color Harmonies of #C143A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143A5

Black with #C143A5

Text Example


Text Example

White with #C143A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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