Html Css Color HEX #C7427E Mulberry

📋 copy color: '#C7427E'

red 199 ◦ green 66 ◦ blue 126

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

Shades of Mulberry #C7427E

Tints of Mulberry #C7427E

RGB

 RED value IS 199 (78.13% from 255) = 50.9%

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 50.9%
G = 16.88%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7427E (or 0xC7427E) is known color: Mulberry. HEX triplet: C7, 42 and 7E. RGB value is (199,66,126). Sum of RGB (Red+Green+Blue) = 199+66+126=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7427E is #38BD81. Grayscale: #707070. Windows color (decimal): -3718530 or 8274631. OLE color: 8274631.

HSL color Cylindrical-coordinate representation of color #C7427E: hue angle of 332.93º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7427E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 66 126 -
CMYK 0 0.67 0.37 0.22
HSL 332.93º 0.54% 0.52% -
HSV(B) 332.93º 0.67% 0.78% -
XYZ 29.27 17.54 21.58 -
YUV 112.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 199 66 126 0 0.67 0.37 0.22 332.93 0.54 0.52
Hex C7 42 7E 0 43 25 16 14D 36 34
Octal 307 102 176 0 103 45 26 515 66 64
Binary 11000111 1000010 1111110 0 1000011 100101 10110 101001101 110110 110100

Color Harmonies of #C7427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7427E

Black with #C7427E

Text Example


Text Example

White with #C7427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7427E; }

 p { color: rgb(199,66,126); }

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

background-color css

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

 a { background-color: rgb(199,66,126); }

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

border-color css

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

 span { border-color: rgb(199,66,126); }

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