Html Css Color HEX #C2427D Mulberry

📋 copy color: '#C2427D'

red 194 ◦ green 66 ◦ blue 125

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

Shades of Mulberry #C2427D

Tints of Mulberry #C2427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 50.39%
G = 17.14%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2427D (or 0xC2427D) is known color: Mulberry. HEX triplet: C2, 42 and 7D. RGB value is (194,66,125). Sum of RGB (Red+Green+Blue) = 194+66+125=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2427D is #3DBD82. Grayscale: #6E6E6E. Windows color (decimal): -4046211 or 8209090. OLE color: 8209090.

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

Color convert

RGB 194 66 125 -
CMYK 0 0.66 0.36 0.24
HSL 332.34º 0.51% 0.51% -
HSV(B) 332.34º 0.66% 0.76% -
XYZ 27.9 16.85 21.18 -
YUV 111 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 194 66 125 0 0.66 0.36 0.24 332.34 0.51 0.51
Hex C2 42 7D 0 42 24 18 14C 33 33
Octal 302 102 175 0 102 44 30 514 63 63
Binary 11000010 1000010 1111101 0 1000010 100100 11000 101001100 110011 110011

Color Harmonies of #C2427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2427D

Black with #C2427D

Text Example


Text Example

White with #C2427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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