Html Css Color HEX #C5407E Mulberry

📋 copy color: '#C5407E'

red 197 ◦ green 64 ◦ blue 126

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

Shades of Mulberry #C5407E

Tints of Mulberry #C5407E

RGB

 RED value IS 197 (77.34% from 255) = 50.9%

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

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

R = 50.9%
G = 16.54%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5407E (or 0xC5407E) is known color: Mulberry. HEX triplet: C5, 40 and 7E. RGB value is (197,64,126). Sum of RGB (Red+Green+Blue) = 197+64+126=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5407E is #3ABF81. Grayscale: #6E6E6E. Windows color (decimal): -3850114 or 8274117. OLE color: 8274117.

HSL color Cylindrical-coordinate representation of color #C5407E: hue angle of 332.03º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5407E is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 126 -
CMYK 0 0.68 0.36 0.23
HSL 332.03º 0.53% 0.51% -
HSV(B) 332.03º 0.68% 0.77% -
XYZ 28.63 17.04 21.52 -
YUV 110.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 197 64 126 0 0.68 0.36 0.23 332.03 0.53 0.51
Hex C5 40 7E 0 44 24 17 14C 35 33
Octal 305 100 176 0 104 44 27 514 65 63
Binary 11000101 1000000 1111110 0 1000100 100100 10111 101001100 110101 110011

Color Harmonies of #C5407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5407E

Black with #C5407E

Text Example


Text Example

White with #C5407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5407E; }

 p { color: rgb(197,64,126); }

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

background-color css

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

 a { background-color: rgb(197,64,126); }

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

border-color css

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

 span { border-color: rgb(197,64,126); }

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