Html Css Color HEX #C14593 Mulberry

📋 copy color: '#C14593'

red 193 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #C14593

Tints of Mulberry #C14593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 47.19%
G = 16.87%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C14593 (or 0xC14593) is known color: Mulberry. HEX triplet: C1, 45 and 93. RGB value is (193,69,147). Sum of RGB (Red+Green+Blue) = 193+69+147=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14593 is #3EBA6C. Grayscale: #727272. Windows color (decimal): -4110957 or 9651649. OLE color: 9651649.

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

Color convert

RGB 193 69 147 -
CMYK 0 0.64 0.24 0.24
HSL 322.26º 0.5% 0.51% -
HSV(B) 322.26º 0.64% 0.76% -
XYZ 29.39 17.7 29.47 -
YUV 114.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 193 69 147 0 0.64 0.24 0.24 322.26 0.5 0.51
Hex C1 45 93 0 40 18 18 142 32 33
Octal 301 105 223 0 100 30 30 502 62 63
Binary 11000001 1000101 10010011 0 1000000 11000 11000 101000010 110010 110011

Color Harmonies of #C14593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14593

Black with #C14593

Text Example


Text Example

White with #C14593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14593; }

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

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

background-color css

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

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

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

border-color css

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

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

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