Html Css Color HEX #C240A1 Mulberry

📋 copy color: '#C240A1'

red 194 ◦ green 64 ◦ blue 161

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

Shades of Mulberry #C240A1

Tints of Mulberry #C240A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 46.3%
G = 15.27%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C240A1 (or 0xC240A1) is known color: Mulberry. HEX triplet: C2, 40 and A1. RGB value is (194,64,161). Sum of RGB (Red+Green+Blue) = 194+64+161=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C240A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240A1 is #3DBF5E. Grayscale: #717171. Windows color (decimal): -4046687 or 10567874. OLE color: 10567874.

HSL color Cylindrical-coordinate representation of color #C240A1: hue angle of 315.23º 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 #C240A1 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 161 -
CMYK 0 0.67 0.17 0.24
HSL 315.23º 0.52% 0.51% -
HSV(B) 315.23º 0.67% 0.76% -
XYZ 30.51 17.71 35.53 -
YUV 113.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 194 64 161 0 0.67 0.17 0.24 315.23 0.52 0.51
Hex C2 40 A1 0 43 11 18 13B 34 33
Octal 302 100 241 0 103 21 30 473 64 63
Binary 11000010 1000000 10100001 0 1000011 10001 11000 100111011 110100 110011

Color Harmonies of #C240A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240A1

Black with #C240A1

Text Example


Text Example

White with #C240A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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