Html Css Color HEX #C2419F Mulberry

📋 copy color: '#C2419F'

red 194 ◦ green 65 ◦ blue 159

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

Shades of Mulberry #C2419F

Tints of Mulberry #C2419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 46.41%
G = 15.55%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2419F (or 0xC2419F) is known color: Mulberry. HEX triplet: C2, 41 and 9F. RGB value is (194,65,159). Sum of RGB (Red+Green+Blue) = 194+65+159=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2419F is #3DBE60. Grayscale: #727272. Windows color (decimal): -4046433 or 10437058. OLE color: 10437058.

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

Color convert

RGB 194 65 159 -
CMYK 0 0.66 0.18 0.24
HSL 316.28º 0.51% 0.51% -
HSV(B) 316.28º 0.66% 0.76% -
XYZ 30.4 17.75 34.63 -
YUV 114.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 194 65 159 0 0.66 0.18 0.24 316.28 0.51 0.51
Hex C2 41 9F 0 42 12 18 13C 33 33
Octal 302 101 237 0 102 22 30 474 63 63
Binary 11000010 1000001 10011111 0 1000010 10010 11000 100111100 110011 110011

Color Harmonies of #C2419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2419F

Black with #C2419F

Text Example


Text Example

White with #C2419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2419F; }

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

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

background-color css

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

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

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

border-color css

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

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

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