Html Css Color HEX #C2459E Mulberry

📋 copy color: '#C2459E'

red 194 ◦ green 69 ◦ blue 158

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

Shades of Mulberry #C2459E

Tints of Mulberry #C2459E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

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

R = 46.08%
G = 16.39%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2459E (or 0xC2459E) is known color: Mulberry. HEX triplet: C2, 45 and 9E. RGB value is (194,69,158). Sum of RGB (Red+Green+Blue) = 194+69+158=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2459E is #3DBA61. Grayscale: #747474. Windows color (decimal): -4045410 or 10372546. OLE color: 10372546.

HSL color Cylindrical-coordinate representation of color #C2459E: hue angle of 317.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2459E is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 158 -
CMYK 0 0.64 0.19 0.24
HSL 317.28º 0.51% 0.52% -
HSV(B) 317.28º 0.64% 0.76% -
XYZ 30.55 18.19 34.25 -
YUV 116.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 194 69 158 0 0.64 0.19 0.24 317.28 0.51 0.52
Hex C2 45 9E 0 40 13 18 13D 33 34
Octal 302 105 236 0 100 23 30 475 63 64
Binary 11000010 1000101 10011110 0 1000000 10011 11000 100111101 110011 110100

Color Harmonies of #C2459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2459E

Black with #C2459E

Text Example


Text Example

White with #C2459E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2459E; }

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

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

background-color css

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

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

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

border-color css

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

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

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