Html Css Color HEX #C151A5 Mulberry

📋 copy color: '#C151A5'

red 193 ◦ green 81 ◦ blue 165

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

Shades of Mulberry #C151A5

Tints of Mulberry #C151A5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

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

R = 43.96%
G = 18.45%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C151A5 (or 0xC151A5) is known color: Mulberry. HEX triplet: C1, 51 and A5. RGB value is (193,81,165). Sum of RGB (Red+Green+Blue) = 193+81+165=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C151A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C151A5 is #3EAE5A. Grayscale: #7B7B7B. Windows color (decimal): -4107867 or 10834369. OLE color: 10834369.

HSL color Cylindrical-coordinate representation of color #C151A5: hue angle of 315º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C151A5 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 165 -
CMYK 0 0.58 0.15 0.24
HSL 315º 0.47% 0.54% -
HSV(B) 315º 0.58% 0.76% -
XYZ 31.73 19.94 37.77 -
YUV 124.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 193 81 165 0 0.58 0.15 0.24 315 0.47 0.54
Hex C1 51 A5 0 3A F 18 13B 2F 36
Octal 301 121 245 0 72 17 30 473 57 66
Binary 11000001 1010001 10100101 0 111010 1111 11000 100111011 101111 110110

Color Harmonies of #C151A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151A5

Black with #C151A5

Text Example


Text Example

White with #C151A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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