Html Css Color HEX #C2438A Mulberry

📋 copy color: '#C2438A'

red 194 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #C2438A

Tints of Mulberry #C2438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 48.62%
G = 16.79%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2438A (or 0xC2438A) is known color: Mulberry. HEX triplet: C2, 43 and 8A. RGB value is (194,67,138). Sum of RGB (Red+Green+Blue) = 194+67+138=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2438A is #3DBC75. Grayscale: #707070. Windows color (decimal): -4045942 or 9061314. OLE color: 9061314.

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

Color convert

RGB 194 67 138 -
CMYK 0 0.65 0.29 0.24
HSL 326.46º 0.51% 0.51% -
HSV(B) 326.46º 0.65% 0.76% -
XYZ 28.84 17.32 25.87 -
YUV 113.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 194 67 138 0 0.65 0.29 0.24 326.46 0.51 0.51
Hex C2 43 8A 0 41 1D 18 146 33 33
Octal 302 103 212 0 101 35 30 506 63 63
Binary 11000010 1000011 10001010 0 1000001 11101 11000 101000110 110011 110011

Color Harmonies of #C2438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2438A

Black with #C2438A

Text Example


Text Example

White with #C2438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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