Html Css Color HEX #C14B8D Mulberry

📋 copy color: '#C14B8D'

red 193 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #C14B8D

Tints of Mulberry #C14B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 47.19%
G = 18.34%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C14B8D (or 0xC14B8D) is known color: Mulberry. HEX triplet: C1, 4B and 8D. RGB value is (193,75,141). Sum of RGB (Red+Green+Blue) = 193+75+141=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B8D is #3EB472. Grayscale: #757575. Windows color (decimal): -4109427 or 9259969. OLE color: 9259969.

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

Color convert

RGB 193 75 141 -
CMYK 0 0.61 0.27 0.24
HSL 326.44º 0.49% 0.53% -
HSV(B) 326.44º 0.61% 0.76% -
XYZ 29.32 18.29 27.19 -
YUV 117.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 193 75 141 0 0.61 0.27 0.24 326.44 0.49 0.53
Hex C1 4B 8D 0 3D 1B 18 146 31 35
Octal 301 113 215 0 75 33 30 506 61 65
Binary 11000001 1001011 10001101 0 111101 11011 11000 101000110 110001 110101

Color Harmonies of #C14B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B8D

Black with #C14B8D

Text Example


Text Example

White with #C14B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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