Html Css Color HEX #C14B7E Mulberry

📋 copy color: '#C14B7E'

red 193 ◦ green 75 ◦ blue 126

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

Shades of Mulberry #C14B7E

Tints of Mulberry #C14B7E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.04%

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 48.98%
G = 19.04%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C14B7E (or 0xC14B7E) is known color: Mulberry. HEX triplet: C1, 4B and 7E. RGB value is (193,75,126). Sum of RGB (Red+Green+Blue) = 193+75+126=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14B7E is #3EB481. Grayscale: #747474. Windows color (decimal): -4109442 or 8276929. OLE color: 8276929.

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

Color convert

RGB 193 75 126 -
CMYK 0 0.61 0.35 0.24
HSL 334.07º 0.49% 0.53% -
HSV(B) 334.07º 0.61% 0.76% -
XYZ 28.27 17.88 21.7 -
YUV 116.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 193 75 126 0 0.61 0.35 0.24 334.07 0.49 0.53
Hex C1 4B 7E 0 3D 23 18 14E 31 35
Octal 301 113 176 0 75 43 30 516 61 65
Binary 11000001 1001011 1111110 0 111101 100011 11000 101001110 110001 110101

Color Harmonies of #C14B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B7E

Black with #C14B7E

Text Example


Text Example

White with #C14B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B7E; }

 p { color: rgb(193,75,126); }

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

background-color css

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

 a { background-color: rgb(193,75,126); }

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

border-color css

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

 span { border-color: rgb(193,75,126); }

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