Html Css Color HEX #C2438D Mulberry

📋 copy color: '#C2438D'

red 194 ◦ green 67 ◦ blue 141

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

Shades of Mulberry #C2438D

Tints of Mulberry #C2438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 48.26%
G = 16.67%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2438D (or 0xC2438D) is known color: Mulberry. HEX triplet: C2, 43 and 8D. RGB value is (194,67,141). Sum of RGB (Red+Green+Blue) = 194+67+141=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2438D is #3DBC72. Grayscale: #717171. Windows color (decimal): -4045939 or 9257922. OLE color: 9257922.

HSL color Cylindrical-coordinate representation of color #C2438D: hue angle of 325.04º 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 #C2438D is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 141 -
CMYK 0 0.65 0.27 0.24
HSL 325.04º 0.51% 0.51% -
HSV(B) 325.04º 0.65% 0.76% -
XYZ 29.06 17.41 27.03 -
YUV 113.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 194 67 141 0 0.65 0.27 0.24 325.04 0.51 0.51
Hex C2 43 8D 0 41 1B 18 145 33 33
Octal 302 103 215 0 101 33 30 505 63 63
Binary 11000010 1000011 10001101 0 1000001 11011 11000 101000101 110011 110011

Color Harmonies of #C2438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2438D

Black with #C2438D

Text Example


Text Example

White with #C2438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2438D; }

 p { color: rgb(194,67,141); }

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

background-color css

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

 a { background-color: rgb(194,67,141); }

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

border-color css

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

 span { border-color: rgb(194,67,141); }

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