Html Css Color HEX #C2419A Mulberry

📋 copy color: '#C2419A'

red 194 ◦ green 65 ◦ blue 154

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

Shades of Mulberry #C2419A

Tints of Mulberry #C2419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 46.97%
G = 15.74%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2419A (or 0xC2419A) is known color: Mulberry. HEX triplet: C2, 41 and 9A. RGB value is (194,65,154). Sum of RGB (Red+Green+Blue) = 194+65+154=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2419A is #3DBE65. Grayscale: #717171. Windows color (decimal): -4046438 or 10109378. OLE color: 10109378.

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

Color convert

RGB 194 65 154 -
CMYK 0 0.66 0.21 0.24
HSL 318.6º 0.51% 0.51% -
HSV(B) 318.6º 0.66% 0.76% -
XYZ 29.97 17.58 32.39 -
YUV 113.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 194 65 154 0 0.66 0.21 0.24 318.6 0.51 0.51
Hex C2 41 9A 0 42 15 18 13F 33 33
Octal 302 101 232 0 102 25 30 477 63 63
Binary 11000010 1000001 10011010 0 1000010 10101 11000 100111111 110011 110011

Color Harmonies of #C2419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2419A

Black with #C2419A

Text Example


Text Example

White with #C2419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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