Html Css Color HEX #C14193 Mulberry

📋 copy color: '#C14193'

red 193 ◦ green 65 ◦ blue 147

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

Shades of Mulberry #C14193

Tints of Mulberry #C14193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

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

R = 47.65%
G = 16.05%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C14193 (or 0xC14193) is known color: Mulberry. HEX triplet: C1, 41 and 93. RGB value is (193,65,147). Sum of RGB (Red+Green+Blue) = 193+65+147=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C14193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14193 is #3EBE6C. Grayscale: #707070. Windows color (decimal): -4111981 or 9650625. OLE color: 9650625.

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

Color convert

RGB 193 65 147 -
CMYK 0 0.66 0.24 0.24
HSL 321.56º 0.51% 0.51% -
HSV(B) 321.56º 0.66% 0.76% -
XYZ 29.15 17.22 29.39 -
YUV 112.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 193 65 147 0 0.66 0.24 0.24 321.56 0.51 0.51
Hex C1 41 93 0 42 18 18 142 33 33
Octal 301 101 223 0 102 30 30 502 63 63
Binary 11000001 1000001 10010011 0 1000010 11000 11000 101000010 110011 110011

Color Harmonies of #C14193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14193

Black with #C14193

Text Example


Text Example

White with #C14193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14193; }

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

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

background-color css

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

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

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

border-color css

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

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

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