Html Css Color HEX #C14297 Mulberry

📋 copy color: '#C14297'

red 193 ◦ green 66 ◦ blue 151

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

Shades of Mulberry #C14297

Tints of Mulberry #C14297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.1%

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 47.07%
G = 16.1%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14297 (or 0xC14297) is known color: Mulberry. HEX triplet: C1, 42 and 97. RGB value is (193,66,151). Sum of RGB (Red+Green+Blue) = 193+66+151=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14297 is #3EBD68. Grayscale: #717171. Windows color (decimal): -4111721 or 9913025. OLE color: 9913025.

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

Color convert

RGB 193 66 151 -
CMYK 0 0.66 0.22 0.24
HSL 319.84º 0.51% 0.51% -
HSV(B) 319.84º 0.66% 0.76% -
XYZ 29.53 17.47 31.09 -
YUV 113.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 193 66 151 0 0.66 0.22 0.24 319.84 0.51 0.51
Hex C1 42 97 0 42 16 18 140 33 33
Octal 301 102 227 0 102 26 30 500 63 63
Binary 11000001 1000010 10010111 0 1000010 10110 11000 101000000 110011 110011

Color Harmonies of #C14297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14297

Black with #C14297

Text Example


Text Example

White with #C14297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14297; }

 p { color: rgb(193,66,151); }

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

background-color css

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

 a { background-color: rgb(193,66,151); }

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

border-color css

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

 span { border-color: rgb(193,66,151); }

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