Html Css Color HEX #C14AA6 Mulberry

📋 copy color: '#C14AA6'

red 193 ◦ green 74 ◦ blue 166

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

Shades of Mulberry #C14AA6

Tints of Mulberry #C14AA6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

 BLUE value IS 166 (65.23% from 255) = 38.34%

R = 44.57%
G = 17.09%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C14AA6 (or 0xC14AA6) is known color: Mulberry. HEX triplet: C1, 4A and A6. RGB value is (193,74,166). Sum of RGB (Red+Green+Blue) = 193+74+166=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C14AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14AA6 is #3EB559. Grayscale: #777777. Windows color (decimal): -4109658 or 10898113. OLE color: 10898113.

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

Color convert

RGB 193 74 166 -
CMYK 0 0.62 0.14 0.24
HSL 313.61º 0.49% 0.52% -
HSV(B) 313.61º 0.62% 0.76% -
XYZ 31.32 18.99 38.09 -
YUV 120.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 193 74 166 0 0.62 0.14 0.24 313.61 0.49 0.52
Hex C1 4A A6 0 3E E 18 13A 31 34
Octal 301 112 246 0 76 16 30 472 61 64
Binary 11000001 1001010 10100110 0 111110 1110 11000 100111010 110001 110100

Color Harmonies of #C14AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14AA6

Black with #C14AA6

Text Example


Text Example

White with #C14AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14AA6; }

 p { color: rgb(193,74,166); }

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

background-color css

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

 a { background-color: rgb(193,74,166); }

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

border-color css

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

 span { border-color: rgb(193,74,166); }

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