Html Css Color HEX #C7407D Mulberry

📋 copy color: '#C7407D'

red 199 ◦ green 64 ◦ blue 125

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

Shades of Mulberry #C7407D

Tints of Mulberry #C7407D

RGB

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

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

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

R = 51.29%
G = 16.49%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7407D (or 0xC7407D) is known color: Mulberry. HEX triplet: C7, 40 and 7D. RGB value is (199,64,125). Sum of RGB (Red+Green+Blue) = 199+64+125=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7407D is #38BF82. Grayscale: #6F6F6F. Windows color (decimal): -3719043 or 8208583. OLE color: 8208583.

HSL color Cylindrical-coordinate representation of color #C7407D: hue angle of 332.89º 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 #C7407D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 125 -
CMYK 0 0.68 0.37 0.22
HSL 332.89º 0.55% 0.52% -
HSV(B) 332.89º 0.68% 0.78% -
XYZ 29.09 17.29 21.21 -
YUV 111.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 199 64 125 0 0.68 0.37 0.22 332.89 0.55 0.52
Hex C7 40 7D 0 44 25 16 14D 37 34
Octal 307 100 175 0 104 45 26 515 67 64
Binary 11000111 1000000 1111101 0 1000100 100101 10110 101001101 110111 110100

Color Harmonies of #C7407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7407D

Black with #C7407D

Text Example


Text Example

White with #C7407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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