Html Css Color HEX #C0408C Mulberry

📋 copy color: '#C0408C'

red 192 ◦ green 64 ◦ blue 140

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

Shades of Mulberry #C0408C

Tints of Mulberry #C0408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 48.48%
G = 16.16%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0408C (or 0xC0408C) is known color: Mulberry. HEX triplet: C0, 40 and 8C. RGB value is (192,64,140). Sum of RGB (Red+Green+Blue) = 192+64+140=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0408C is #3FBF73. Grayscale: #6E6E6E. Windows color (decimal): -4177780 or 9191616. OLE color: 9191616.

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

Color convert

RGB 192 64 140 -
CMYK 0 0.67 0.27 0.25
HSL 324.38º 0.5% 0.5% -
HSV(B) 324.38º 0.67% 0.75% -
XYZ 28.31 16.77 26.56 -
YUV 110.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 192 64 140 0 0.67 0.27 0.25 324.38 0.5 0.5
Hex C0 40 8C 0 43 1B 19 144 32 32
Octal 300 100 214 0 103 33 31 504 62 62
Binary 11000000 1000000 10001100 0 1000011 11011 11001 101000100 110010 110010

Color Harmonies of #C0408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0408C

Black with #C0408C

Text Example


Text Example

White with #C0408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0408C; }

 p { color: rgb(192,64,140); }

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

background-color css

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

 a { background-color: rgb(192,64,140); }

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

border-color css

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

 span { border-color: rgb(192,64,140); }

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