Html Css Color HEX #C0438A Mulberry

📋 copy color: '#C0438A'

red 192 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #C0438A

Tints of Mulberry #C0438A

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

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

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

R = 48.36%
G = 16.88%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0438A (or 0xC0438A) is known color: Mulberry. HEX triplet: C0, 43 and 8A. RGB value is (192,67,138). Sum of RGB (Red+Green+Blue) = 192+67+138=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0438A is #3FBC75. Grayscale: #707070. Windows color (decimal): -4177014 or 9061312. OLE color: 9061312.

HSL color Cylindrical-coordinate representation of color #C0438A: hue angle of 325.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0438A is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 138 -
CMYK 0 0.65 0.28 0.25
HSL 325.92º 0.5% 0.51% -
HSV(B) 325.92º 0.65% 0.75% -
XYZ 28.33 17.06 25.84 -
YUV 112.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 192 67 138 0 0.65 0.28 0.25 325.92 0.5 0.51
Hex C0 43 8A 0 41 1C 19 146 32 33
Octal 300 103 212 0 101 34 31 506 62 63
Binary 11000000 1000011 10001010 0 1000001 11100 11001 101000110 110010 110011

Color Harmonies of #C0438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0438A

Black with #C0438A

Text Example


Text Example

White with #C0438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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