Html Css Color HEX #C5407F Mulberry

📋 copy color: '#C5407F'

red 197 ◦ green 64 ◦ blue 127

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

Shades of Mulberry #C5407F

Tints of Mulberry #C5407F

RGB

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

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

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

R = 50.77%
G = 16.49%
B = 32.73%

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

#C5407F (or 0xC5407F) is known color: Mulberry. HEX triplet: C5, 40 and 7F. RGB value is (197,64,127). Sum of RGB (Red+Green+Blue) = 197+64+127=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5407F is #3ABF80. Grayscale: #6E6E6E. Windows color (decimal): -3850113 or 8339653. OLE color: 8339653.

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

Color convert

RGB 197 64 127 -
CMYK 0 0.68 0.36 0.23
HSL 331.58º 0.53% 0.51% -
HSV(B) 331.58º 0.68% 0.77% -
XYZ 28.69 17.07 21.86 -
YUV 110.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 197 64 127 0 0.68 0.36 0.23 331.58 0.53 0.51
Hex C5 40 7F 0 44 24 17 14C 35 33
Octal 305 100 177 0 104 44 27 514 65 63
Binary 11000101 1000000 1111111 0 1000100 100100 10111 101001100 110101 110011

Color Harmonies of #C5407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5407F

Black with #C5407F

Text Example


Text Example

White with #C5407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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