Html Css Color HEX #C242A1 Mulberry

📋 copy color: '#C242A1'

red 194 ◦ green 66 ◦ blue 161

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

Shades of Mulberry #C242A1

Tints of Mulberry #C242A1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

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

R = 46.08%
G = 15.68%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C242A1 (or 0xC242A1) is known color: Mulberry. HEX triplet: C2, 42 and A1. RGB value is (194,66,161). Sum of RGB (Red+Green+Blue) = 194+66+161=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C242A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242A1 is #3DBD5E. Grayscale: #727272. Windows color (decimal): -4046175 or 10568386. OLE color: 10568386.

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

Color convert

RGB 194 66 161 -
CMYK 0 0.66 0.17 0.24
HSL 315.47º 0.51% 0.51% -
HSV(B) 315.47º 0.66% 0.76% -
XYZ 30.63 17.94 35.57 -
YUV 115.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 194 66 161 0 0.66 0.17 0.24 315.47 0.51 0.51
Hex C2 42 A1 0 42 11 18 13B 33 33
Octal 302 102 241 0 102 21 30 473 63 63
Binary 11000010 1000010 10100001 0 1000010 10001 11000 100111011 110011 110011

Color Harmonies of #C242A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242A1

Black with #C242A1

Text Example


Text Example

White with #C242A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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