Html Css Color HEX #C7407C Mulberry

📋 copy color: '#C7407C'

red 199 ◦ green 64 ◦ blue 124

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

Shades of Mulberry #C7407C

Tints of Mulberry #C7407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 51.42%
G = 16.54%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7407C (or 0xC7407C) is known color: Mulberry. HEX triplet: C7, 40 and 7C. RGB value is (199,64,124). Sum of RGB (Red+Green+Blue) = 199+64+124=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7407C is #38BF83. Grayscale: #6F6F6F. Windows color (decimal): -3719044 or 8143047. OLE color: 8143047.

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

Color convert

RGB 199 64 124 -
CMYK 0 0.68 0.38 0.22
HSL 333.33º 0.55% 0.52% -
HSV(B) 333.33º 0.68% 0.78% -
XYZ 29.02 17.26 20.87 -
YUV 111.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 199 64 124 0 0.68 0.38 0.22 333.33 0.55 0.52
Hex C7 40 7C 0 44 26 16 14D 37 34
Octal 307 100 174 0 104 46 26 515 67 64
Binary 11000111 1000000 1111100 0 1000100 100110 10110 101001101 110111 110100

Color Harmonies of #C7407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7407C

Black with #C7407C

Text Example


Text Example

White with #C7407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7407C; }

 p { color: rgb(199,64,124); }

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

background-color css

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

 a { background-color: rgb(199,64,124); }

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

border-color css

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

 span { border-color: rgb(199,64,124); }

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