Html Css Color HEX #C14097 Mulberry

📋 copy color: '#C14097'

red 193 ◦ green 64 ◦ blue 151

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

Shades of Mulberry #C14097

Tints of Mulberry #C14097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

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

R = 47.3%
G = 15.69%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14097 (or 0xC14097) is known color: Mulberry. HEX triplet: C1, 40 and 97. RGB value is (193,64,151). Sum of RGB (Red+Green+Blue) = 193+64+151=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C14097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14097 is #3EBF68. Grayscale: #707070. Windows color (decimal): -4112233 or 9912513. OLE color: 9912513.

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

Color convert

RGB 193 64 151 -
CMYK 0 0.67 0.22 0.24
HSL 319.53º 0.51% 0.5% -
HSV(B) 319.53º 0.67% 0.76% -
XYZ 29.41 17.24 31.06 -
YUV 112.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 193 64 151 0 0.67 0.22 0.24 319.53 0.51 0.5
Hex C1 40 97 0 43 16 18 140 33 32
Octal 301 100 227 0 103 26 30 500 63 62
Binary 11000001 1000000 10010111 0 1000011 10110 11000 101000000 110011 110010

Color Harmonies of #C14097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14097

Black with #C14097

Text Example


Text Example

White with #C14097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14097; }

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

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

background-color css

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

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

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

border-color css

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

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

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