Html Css Color HEX #C241A6 Mulberry

📋 copy color: '#C241A6'

red 194 ◦ green 65 ◦ blue 166

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

Shades of Mulberry #C241A6

Tints of Mulberry #C241A6

RGB

 RED value IS 194 (76.17% from 255) = 45.65%

 GREEN value IS 65 (25.78% from 255) = 15.29%

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

R = 45.65%
G = 15.29%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C241A6 (or 0xC241A6) is known color: Mulberry. HEX triplet: C2, 41 and A6. RGB value is (194,65,166). Sum of RGB (Red+Green+Blue) = 194+65+166=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C241A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241A6 is #3DBE59. Grayscale: #727272. Windows color (decimal): -4046426 or 10895810. OLE color: 10895810.

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

Color convert

RGB 194 65 166 -
CMYK 0 0.66 0.14 0.24
HSL 313.02º 0.51% 0.51% -
HSV(B) 313.02º 0.66% 0.76% -
XYZ 31.02 18 37.92 -
YUV 115.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 194 65 166 0 0.66 0.14 0.24 313.02 0.51 0.51
Hex C2 41 A6 0 42 E 18 139 33 33
Octal 302 101 246 0 102 16 30 471 63 63
Binary 11000010 1000001 10100110 0 1000010 1110 11000 100111001 110011 110011

Color Harmonies of #C241A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241A6

Black with #C241A6

Text Example


Text Example

White with #C241A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241A6; }

 p { color: rgb(194,65,166); }

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

background-color css

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

 a { background-color: rgb(194,65,166); }

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

border-color css

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

 span { border-color: rgb(194,65,166); }

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