Html Css Color HEX #C5417E Mulberry

📋 copy color: '#C5417E'

red 197 ◦ green 65 ◦ blue 126

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

Shades of Mulberry #C5417E

Tints of Mulberry #C5417E

RGB

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

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

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

R = 50.77%
G = 16.75%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5417E (or 0xC5417E) is known color: Mulberry. HEX triplet: C5, 41 and 7E. RGB value is (197,65,126). Sum of RGB (Red+Green+Blue) = 197+65+126=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5417E is #3ABE81. Grayscale: #6F6F6F. Windows color (decimal): -3849858 or 8274373. OLE color: 8274373.

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

Color convert

RGB 197 65 126 -
CMYK 0 0.67 0.36 0.23
HSL 332.27º 0.53% 0.51% -
HSV(B) 332.27º 0.67% 0.77% -
XYZ 28.68 17.16 21.54 -
YUV 111.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 197 65 126 0 0.67 0.36 0.23 332.27 0.53 0.51
Hex C5 41 7E 0 43 24 17 14C 35 33
Octal 305 101 176 0 103 44 27 514 65 63
Binary 11000101 1000001 1111110 0 1000011 100100 10111 101001100 110101 110011

Color Harmonies of #C5417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5417E

Black with #C5417E

Text Example


Text Example

White with #C5417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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