Html Css Color HEX #C2427F Mulberry

📋 copy color: '#C2427F'

red 194 ◦ green 66 ◦ blue 127

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

Shades of Mulberry #C2427F

Tints of Mulberry #C2427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 50.13%
G = 17.05%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2427F (or 0xC2427F) is known color: Mulberry. HEX triplet: C2, 42 and 7F. RGB value is (194,66,127). Sum of RGB (Red+Green+Blue) = 194+66+127=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2427F is #3DBD80. Grayscale: #6F6F6F. Windows color (decimal): -4046209 or 8340162. OLE color: 8340162.

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

Color convert

RGB 194 66 127 -
CMYK 0 0.66 0.35 0.24
HSL 331.41º 0.51% 0.51% -
HSV(B) 331.41º 0.66% 0.76% -
XYZ 28.03 16.9 21.86 -
YUV 111.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 194 66 127 0 0.66 0.35 0.24 331.41 0.51 0.51
Hex C2 42 7F 0 42 23 18 14B 33 33
Octal 302 102 177 0 102 43 30 513 63 63
Binary 11000010 1000010 1111111 0 1000010 100011 11000 101001011 110011 110011

Color Harmonies of #C2427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2427F

Black with #C2427F

Text Example


Text Example

White with #C2427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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