Html Css Color HEX #C4417D Mulberry

📋 copy color: '#C4417D'

red 196 ◦ green 65 ◦ blue 125

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

Shades of Mulberry #C4417D

Tints of Mulberry #C4417D

RGB

 RED value IS 196 (76.95% from 255) = 50.78%

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 50.78%
G = 16.84%
B = 32.38%

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

#C4417D (or 0xC4417D) is known color: Mulberry. HEX triplet: C4, 41 and 7D. RGB value is (196,65,125). Sum of RGB (Red+Green+Blue) = 196+65+125=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4417D is #3BBE82. Grayscale: #6E6E6E. Windows color (decimal): -3915395 or 8208836. OLE color: 8208836.

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

Color convert

RGB 196 65 125 -
CMYK 0 0.67 0.36 0.23
HSL 332.52º 0.53% 0.51% -
HSV(B) 332.52º 0.67% 0.77% -
XYZ 28.36 17 21.19 -
YUV 111.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 196 65 125 0 0.67 0.36 0.23 332.52 0.53 0.51
Hex C4 41 7D 0 43 24 17 14D 35 33
Octal 304 101 175 0 103 44 27 515 65 63
Binary 11000100 1000001 1111101 0 1000011 100100 10111 101001101 110101 110011

Color Harmonies of #C4417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4417D

Black with #C4417D

Text Example


Text Example

White with #C4417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4417D; }

 p { color: rgb(196,65,125); }

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

background-color css

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

 a { background-color: rgb(196,65,125); }

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

border-color css

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

 span { border-color: rgb(196,65,125); }

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