Html Css Color HEX #C2459F Mulberry

📋 copy color: '#C2459F'

red 194 ◦ green 69 ◦ blue 159

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

Shades of Mulberry #C2459F

Tints of Mulberry #C2459F

RGB

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

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

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

R = 45.97%
G = 16.35%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2459F (or 0xC2459F) is known color: Mulberry. HEX triplet: C2, 45 and 9F. RGB value is (194,69,159). Sum of RGB (Red+Green+Blue) = 194+69+159=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2459F is #3DBA60. Grayscale: #747474. Windows color (decimal): -4045409 or 10438082. OLE color: 10438082.

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

Color convert

RGB 194 69 159 -
CMYK 0 0.64 0.18 0.24
HSL 316.8º 0.51% 0.52% -
HSV(B) 316.8º 0.64% 0.76% -
XYZ 30.63 18.23 34.7 -
YUV 116.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 194 69 159 0 0.64 0.18 0.24 316.8 0.51 0.52
Hex C2 45 9F 0 40 12 18 13D 33 34
Octal 302 105 237 0 100 22 30 475 63 64
Binary 11000010 1000101 10011111 0 1000000 10010 11000 100111101 110011 110100

Color Harmonies of #C2459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2459F

Black with #C2459F

Text Example


Text Example

White with #C2459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2459F; }

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

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

background-color css

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

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

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

border-color css

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

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

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