Html Css Color HEX #C2419E Mulberry

📋 copy color: '#C2419E'

red 194 ◦ green 65 ◦ blue 158

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

Shades of Mulberry #C2419E

Tints of Mulberry #C2419E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.89%

R = 46.52%
G = 15.59%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2419E (or 0xC2419E) is known color: Mulberry. HEX triplet: C2, 41 and 9E. RGB value is (194,65,158). Sum of RGB (Red+Green+Blue) = 194+65+158=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2419E is #3DBE61. Grayscale: #717171. Windows color (decimal): -4046434 or 10371522. OLE color: 10371522.

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

Color convert

RGB 194 65 158 -
CMYK 0 0.66 0.19 0.24
HSL 316.74º 0.51% 0.51% -
HSV(B) 316.74º 0.66% 0.76% -
XYZ 30.31 17.72 34.17 -
YUV 114.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 194 65 158 0 0.66 0.19 0.24 316.74 0.51 0.51
Hex C2 41 9E 0 42 13 18 13D 33 33
Octal 302 101 236 0 102 23 30 475 63 63
Binary 11000010 1000001 10011110 0 1000010 10011 11000 100111101 110011 110011

Color Harmonies of #C2419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2419E

Black with #C2419E

Text Example


Text Example

White with #C2419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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