Html Css Color HEX #C5417C Mulberry

📋 copy color: '#C5417C'

red 197 ◦ green 65 ◦ blue 124

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

Shades of Mulberry #C5417C

Tints of Mulberry #C5417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.84%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 51.04%
G = 16.84%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5417C (or 0xC5417C) is known color: Mulberry. HEX triplet: C5, 41 and 7C. RGB value is (197,65,124). Sum of RGB (Red+Green+Blue) = 197+65+124=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5417C is #3ABE83. Grayscale: #6F6F6F. Windows color (decimal): -3849860 or 8143301. OLE color: 8143301.

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

Color convert

RGB 197 65 124 -
CMYK 0 0.67 0.37 0.23
HSL 333.18º 0.53% 0.51% -
HSV(B) 333.18º 0.67% 0.77% -
XYZ 28.55 17.11 20.87 -
YUV 111.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 197 65 124 0 0.67 0.37 0.23 333.18 0.53 0.51
Hex C5 41 7C 0 43 25 17 14D 35 33
Octal 305 101 174 0 103 45 27 515 65 63
Binary 11000101 1000001 1111100 0 1000011 100101 10111 101001101 110101 110011

Color Harmonies of #C5417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5417C

Black with #C5417C

Text Example


Text Example

White with #C5417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5417C; }

 p { color: rgb(197,65,124); }

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

background-color css

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

 a { background-color: rgb(197,65,124); }

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

border-color css

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

 span { border-color: rgb(197,65,124); }

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