Html Css Color HEX #C2409F Mulberry

📋 copy color: '#C2409F'

red 194 ◦ green 64 ◦ blue 159

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

Shades of Mulberry #C2409F

Tints of Mulberry #C2409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

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

R = 46.52%
G = 15.35%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2409F (or 0xC2409F) is known color: Mulberry. HEX triplet: C2, 40 and 9F. RGB value is (194,64,159). Sum of RGB (Red+Green+Blue) = 194+64+159=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2409F is #3DBF60. Grayscale: #717171. Windows color (decimal): -4046689 or 10436802. OLE color: 10436802.

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

Color convert

RGB 194 64 159 -
CMYK 0 0.67 0.18 0.24
HSL 316.15º 0.52% 0.51% -
HSV(B) 316.15º 0.67% 0.76% -
XYZ 30.34 17.64 34.61 -
YUV 113.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 194 64 159 0 0.67 0.18 0.24 316.15 0.52 0.51
Hex C2 40 9F 0 43 12 18 13C 34 33
Octal 302 100 237 0 103 22 30 474 64 63
Binary 11000010 1000000 10011111 0 1000011 10010 11000 100111100 110100 110011

Color Harmonies of #C2409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2409F

Black with #C2409F

Text Example


Text Example

White with #C2409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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