Html Css Color HEX #C7407B Mulberry

📋 copy color: '#C7407B'

red 199 ◦ green 64 ◦ blue 123

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

Shades of Mulberry #C7407B

Tints of Mulberry #C7407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 51.55%
G = 16.58%
B = 31.87%

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

#C7407B (or 0xC7407B) is known color: Mulberry. HEX triplet: C7, 40 and 7B. RGB value is (199,64,123). Sum of RGB (Red+Green+Blue) = 199+64+123=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7407B is #38BF84. Grayscale: #6E6E6E. Windows color (decimal): -3719045 or 8077511. OLE color: 8077511.

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

Color convert

RGB 199 64 123 -
CMYK 0 0.68 0.38 0.22
HSL 333.78º 0.55% 0.52% -
HSV(B) 333.78º 0.68% 0.78% -
XYZ 28.96 17.24 20.54 -
YUV 111.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 199 64 123 0 0.68 0.38 0.22 333.78 0.55 0.52
Hex C7 40 7B 0 44 26 16 14E 37 34
Octal 307 100 173 0 104 46 26 516 67 64
Binary 11000111 1000000 1111011 0 1000100 100110 10110 101001110 110111 110100

Color Harmonies of #C7407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7407B

Black with #C7407B

Text Example


Text Example

White with #C7407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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