Html Css Color HEX #C143A4 Mulberry

📋 copy color: '#C143A4'

red 193 ◦ green 67 ◦ blue 164

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

Shades of Mulberry #C143A4

Tints of Mulberry #C143A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.68%

R = 45.52%
G = 15.8%
B = 38.68%

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

#C143A4 (or 0xC143A4) is known color: Mulberry. HEX triplet: C1, 43 and A4. RGB value is (193,67,164). Sum of RGB (Red+Green+Blue) = 193+67+164=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C143A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143A4 is #3EBC5B. Grayscale: #737373. Windows color (decimal): -4111452 or 10765249. OLE color: 10765249.

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

Color convert

RGB 193 67 164 -
CMYK 0 0.65 0.15 0.24
HSL 313.81º 0.5% 0.51% -
HSV(B) 313.81º 0.65% 0.76% -
XYZ 30.7 18.03 36.98 -
YUV 115.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 193 67 164 0 0.65 0.15 0.24 313.81 0.5 0.51
Hex C1 43 A4 0 41 F 18 13A 32 33
Octal 301 103 244 0 101 17 30 472 62 63
Binary 11000001 1000011 10100100 0 1000001 1111 11000 100111010 110010 110011

Color Harmonies of #C143A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143A4

Black with #C143A4

Text Example


Text Example

White with #C143A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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