Html Css Color HEX #C2428B Mulberry

📋 copy color: '#C2428B'

red 194 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #C2428B

Tints of Mulberry #C2428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.54%

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 48.62%
G = 16.54%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2428B (or 0xC2428B) is known color: Mulberry. HEX triplet: C2, 42 and 8B. RGB value is (194,66,139). Sum of RGB (Red+Green+Blue) = 194+66+139=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2428B is #3DBD74. Grayscale: #707070. Windows color (decimal): -4046197 or 9126594. OLE color: 9126594.

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

Color convert

RGB 194 66 139 -
CMYK 0 0.66 0.28 0.24
HSL 325.78º 0.51% 0.51% -
HSV(B) 325.78º 0.66% 0.76% -
XYZ 28.86 17.23 26.23 -
YUV 112.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 194 66 139 0 0.66 0.28 0.24 325.78 0.51 0.51
Hex C2 42 8B 0 42 1C 18 146 33 33
Octal 302 102 213 0 102 34 30 506 63 63
Binary 11000010 1000010 10001011 0 1000010 11100 11000 101000110 110011 110011

Color Harmonies of #C2428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2428B

Black with #C2428B

Text Example


Text Example

White with #C2428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2428B; }

 p { color: rgb(194,66,139); }

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

background-color css

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

 a { background-color: rgb(194,66,139); }

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

border-color css

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

 span { border-color: rgb(194,66,139); }

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