Html Css Color HEX #C0438E Mulberry

📋 copy color: '#C0438E'

red 192 ◦ green 67 ◦ blue 142

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

Shades of Mulberry #C0438E

Tints of Mulberry #C0438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 47.88%
G = 16.71%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0438E (or 0xC0438E) is known color: Mulberry. HEX triplet: C0, 43 and 8E. RGB value is (192,67,142). Sum of RGB (Red+Green+Blue) = 192+67+142=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0438E is #3FBC71. Grayscale: #707070. Windows color (decimal): -4177010 or 9323456. OLE color: 9323456.

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

Color convert

RGB 192 67 142 -
CMYK 0 0.65 0.26 0.25
HSL 324º 0.5% 0.51% -
HSV(B) 324º 0.65% 0.75% -
XYZ 28.63 17.17 27.4 -
YUV 112.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 192 67 142 0 0.65 0.26 0.25 324 0.5 0.51
Hex C0 43 8E 0 41 1A 19 144 32 33
Octal 300 103 216 0 101 32 31 504 62 63
Binary 11000000 1000011 10001110 0 1000001 11010 11001 101000100 110010 110011

Color Harmonies of #C0438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0438E

Black with #C0438E

Text Example


Text Example

White with #C0438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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