Html Css Color HEX #C2409D Mulberry

📋 copy color: '#C2409D'

red 194 ◦ green 64 ◦ blue 157

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

Shades of Mulberry #C2409D

Tints of Mulberry #C2409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 46.75%
G = 15.42%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2409D (or 0xC2409D) is known color: Mulberry. HEX triplet: C2, 40 and 9D. RGB value is (194,64,157). Sum of RGB (Red+Green+Blue) = 194+64+157=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2409D is #3DBF62. Grayscale: #717171. Windows color (decimal): -4046691 or 10305730. OLE color: 10305730.

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

Color convert

RGB 194 64 157 -
CMYK 0 0.67 0.19 0.24
HSL 317.08º 0.52% 0.51% -
HSV(B) 317.08º 0.67% 0.76% -
XYZ 30.17 17.57 33.7 -
YUV 113.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 194 64 157 0 0.67 0.19 0.24 317.08 0.52 0.51
Hex C2 40 9D 0 43 13 18 13D 34 33
Octal 302 100 235 0 103 23 30 475 64 63
Binary 11000010 1000000 10011101 0 1000011 10011 11000 100111101 110100 110011

Color Harmonies of #C2409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2409D

Black with #C2409D

Text Example


Text Example

White with #C2409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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