Html Css Color HEX #C2447D Mulberry

📋 copy color: '#C2447D'

red 194 ◦ green 68 ◦ blue 125

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

Shades of Mulberry #C2447D

Tints of Mulberry #C2447D

RGB

 RED value IS 194 (76.17% from 255) = 50.13%

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 50.13%
G = 17.57%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2447D (or 0xC2447D) is known color: Mulberry. HEX triplet: C2, 44 and 7D. RGB value is (194,68,125). Sum of RGB (Red+Green+Blue) = 194+68+125=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2447D is #3DBB82. Grayscale: #707070. Windows color (decimal): -4045699 or 8209602. OLE color: 8209602.

HSL color Cylindrical-coordinate representation of color #C2447D: hue angle of 332.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2447D is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 125 -
CMYK 0 0.65 0.36 0.24
HSL 332.86º 0.51% 0.51% -
HSV(B) 332.86º 0.65% 0.76% -
XYZ 28.02 17.08 21.22 -
YUV 112.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 194 68 125 0 0.65 0.36 0.24 332.86 0.51 0.51
Hex C2 44 7D 0 41 24 18 14D 33 33
Octal 302 104 175 0 101 44 30 515 63 63
Binary 11000010 1000100 1111101 0 1000001 100100 11000 101001101 110011 110011

Color Harmonies of #C2447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2447D

Black with #C2447D

Text Example


Text Example

White with #C2447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2447D; }

 p { color: rgb(194,68,125); }

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

background-color css

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

 a { background-color: rgb(194,68,125); }

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

border-color css

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

 span { border-color: rgb(194,68,125); }

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