Html Css Color HEX #C14BA5 Mulberry

📋 copy color: '#C14BA5'

red 193 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #C14BA5

Tints of Mulberry #C14BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.11%

R = 44.57%
G = 17.32%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C14BA5 (or 0xC14BA5) is known color: Mulberry. HEX triplet: C1, 4B and A5. RGB value is (193,75,165). Sum of RGB (Red+Green+Blue) = 193+75+165=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BA5 is #3EB45A. Grayscale: #787878. Windows color (decimal): -4109403 or 10832833. OLE color: 10832833.

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

Color convert

RGB 193 75 165 -
CMYK 0 0.61 0.15 0.24
HSL 314.24º 0.49% 0.53% -
HSV(B) 314.24º 0.61% 0.76% -
XYZ 31.3 19.09 37.63 -
YUV 120.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 193 75 165 0 0.61 0.15 0.24 314.24 0.49 0.53
Hex C1 4B A5 0 3D F 18 13A 31 35
Octal 301 113 245 0 75 17 30 472 61 65
Binary 11000001 1001011 10100101 0 111101 1111 11000 100111010 110001 110101

Color Harmonies of #C14BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BA5

Black with #C14BA5

Text Example


Text Example

White with #C14BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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