Html Css Color HEX #C240A6 Mulberry

📋 copy color: '#C240A6'

red 194 ◦ green 64 ◦ blue 166

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

Shades of Mulberry #C240A6

Tints of Mulberry #C240A6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.09%

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

R = 45.75%
G = 15.09%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C240A6 (or 0xC240A6) is known color: Mulberry. HEX triplet: C2, 40 and A6. RGB value is (194,64,166). Sum of RGB (Red+Green+Blue) = 194+64+166=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C240A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240A6 is #3DBF59. Grayscale: #727272. Windows color (decimal): -4046682 or 10895554. OLE color: 10895554.

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

Color convert

RGB 194 64 166 -
CMYK 0 0.67 0.14 0.24
HSL 312.92º 0.52% 0.51% -
HSV(B) 312.92º 0.67% 0.76% -
XYZ 30.96 17.89 37.9 -
YUV 114.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 194 64 166 0 0.67 0.14 0.24 312.92 0.52 0.51
Hex C2 40 A6 0 43 E 18 139 34 33
Octal 302 100 246 0 103 16 30 471 64 63
Binary 11000010 1000000 10100110 0 1000011 1110 11000 100111001 110100 110011

Color Harmonies of #C240A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240A6

Black with #C240A6

Text Example


Text Example

White with #C240A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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