Html Css Color HEX #C7407F Mulberry

📋 copy color: '#C7407F'

red 199 ◦ green 64 ◦ blue 127

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

Shades of Mulberry #C7407F

Tints of Mulberry #C7407F

RGB

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

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

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

R = 51.03%
G = 16.41%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7407F (or 0xC7407F) is known color: Mulberry. HEX triplet: C7, 40 and 7F. RGB value is (199,64,127). Sum of RGB (Red+Green+Blue) = 199+64+127=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7407F is #38BF80. Grayscale: #6F6F6F. Windows color (decimal): -3719041 or 8339655. OLE color: 8339655.

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

Color convert

RGB 199 64 127 -
CMYK 0 0.68 0.36 0.22
HSL 332º 0.55% 0.52% -
HSV(B) 332º 0.68% 0.78% -
XYZ 29.22 17.34 21.89 -
YUV 111.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 199 64 127 0 0.68 0.36 0.22 332 0.55 0.52
Hex C7 40 7F 0 44 24 16 14C 37 34
Octal 307 100 177 0 104 44 26 514 67 64
Binary 11000111 1000000 1111111 0 1000100 100100 10110 101001100 110111 110100

Color Harmonies of #C7407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7407F

Black with #C7407F

Text Example


Text Example

White with #C7407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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