Html Css Color HEX #C4427D Mulberry

📋 copy color: '#C4427D'

red 196 ◦ green 66 ◦ blue 125

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

Shades of Mulberry #C4427D

Tints of Mulberry #C4427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

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

R = 50.65%
G = 17.05%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4427D (or 0xC4427D) is known color: Mulberry. HEX triplet: C4, 42 and 7D. RGB value is (196,66,125). Sum of RGB (Red+Green+Blue) = 196+66+125=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4427D is #3BBD82. Grayscale: #6F6F6F. Windows color (decimal): -3915139 or 8209092. OLE color: 8209092.

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

Color convert

RGB 196 66 125 -
CMYK 0 0.66 0.36 0.23
HSL 332.77º 0.52% 0.51% -
HSV(B) 332.77º 0.66% 0.77% -
XYZ 28.41 17.11 21.21 -
YUV 111.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 196 66 125 0 0.66 0.36 0.23 332.77 0.52 0.51
Hex C4 42 7D 0 42 24 17 14D 34 33
Octal 304 102 175 0 102 44 27 515 64 63
Binary 11000100 1000010 1111101 0 1000010 100100 10111 101001101 110100 110011

Color Harmonies of #C4427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4427D

Black with #C4427D

Text Example


Text Example

White with #C4427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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