Html Css Color HEX #C14F98 Mulberry

📋 copy color: '#C14F98'

red 193 ◦ green 79 ◦ blue 152

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

Shades of Mulberry #C14F98

Tints of Mulberry #C14F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.63%

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 45.52%
G = 18.63%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C14F98 (or 0xC14F98) is known color: Mulberry. HEX triplet: C1, 4F and 98. RGB value is (193,79,152). Sum of RGB (Red+Green+Blue) = 193+79+152=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F98 is #3EB067. Grayscale: #797979. Windows color (decimal): -4108392 or 9981889. OLE color: 9981889.

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

Color convert

RGB 193 79 152 -
CMYK 0 0.59 0.21 0.24
HSL 321.58º 0.48% 0.53% -
HSV(B) 321.58º 0.59% 0.76% -
XYZ 30.46 19.2 31.81 -
YUV 121.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 193 79 152 0 0.59 0.21 0.24 321.58 0.48 0.53
Hex C1 4F 98 0 3B 15 18 142 30 35
Octal 301 117 230 0 73 25 30 502 60 65
Binary 11000001 1001111 10011000 0 111011 10101 11000 101000010 110000 110101

Color Harmonies of #C14F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F98

Black with #C14F98

Text Example


Text Example

White with #C14F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F98; }

 p { color: rgb(193,79,152); }

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

background-color css

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

 a { background-color: rgb(193,79,152); }

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

border-color css

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

 span { border-color: rgb(193,79,152); }

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