Html Css Color HEX #C0438D Mulberry

📋 copy color: '#C0438D'

red 192 ◦ green 67 ◦ blue 141

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

Shades of Mulberry #C0438D

Tints of Mulberry #C0438D

RGB

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

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

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

R = 48%
G = 16.75%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0438D (or 0xC0438D) is known color: Mulberry. HEX triplet: C0, 43 and 8D. RGB value is (192,67,141). Sum of RGB (Red+Green+Blue) = 192+67+141=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0438D is #3FBC72. Grayscale: #707070. Windows color (decimal): -4177011 or 9257920. OLE color: 9257920.

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

Color convert

RGB 192 67 141 -
CMYK 0 0.65 0.27 0.25
HSL 324.48º 0.5% 0.51% -
HSV(B) 324.48º 0.65% 0.75% -
XYZ 28.55 17.14 27 -
YUV 112.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 192 67 141 0 0.65 0.27 0.25 324.48 0.5 0.51
Hex C0 43 8D 0 41 1B 19 144 32 33
Octal 300 103 215 0 101 33 31 504 62 63
Binary 11000000 1000011 10001101 0 1000001 11011 11001 101000100 110010 110011

Color Harmonies of #C0438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0438D

Black with #C0438D

Text Example


Text Example

White with #C0438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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