Html Css Color HEX #C15FA2 Mulberry

📋 copy color: '#C15FA2'

red 193 ◦ green 95 ◦ blue 162

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

Shades of Mulberry #C15FA2

Tints of Mulberry #C15FA2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.11%

 BLUE value IS 162 (63.67% from 255) = 36%

R = 42.89%
G = 21.11%
B = 36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C15FA2 (or 0xC15FA2) is known color: Mulberry. HEX triplet: C1, 5F and A2. RGB value is (193,95,162). Sum of RGB (Red+Green+Blue) = 193+95+162=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FA2 is #3EA05D. Grayscale: #838383. Windows color (decimal): -4104286 or 10641345. OLE color: 10641345.

HSL color Cylindrical-coordinate representation of color #C15FA2: hue angle of 318.98º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15FA2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 95 162 -
CMYK 0 0.51 0.16 0.24
HSL 318.98º 0.44% 0.56% -
HSV(B) 318.98º 0.51% 0.76% -
XYZ 32.61 22.13 36.74 -
YUV 131.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 193 95 162 0 0.51 0.16 0.24 318.98 0.44 0.56
Hex C1 5F A2 0 33 10 18 13F 2C 38
Octal 301 137 242 0 63 20 30 477 54 70
Binary 11000001 1011111 10100010 0 110011 10000 11000 100111111 101100 111000

Color Harmonies of #C15FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FA2

Black with #C15FA2

Text Example


Text Example

White with #C15FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FA2; }

 p { color: rgb(193,95,162); }

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

background-color css

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

 a { background-color: rgb(193,95,162); }

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

border-color css

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

 span { border-color: rgb(193,95,162); }

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