Html Css Color HEX #C0408B Mulberry

📋 copy color: '#C0408B'

red 192 ◦ green 64 ◦ blue 139

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

Shades of Mulberry #C0408B

Tints of Mulberry #C0408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 48.61%
G = 16.2%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0408B (or 0xC0408B) is known color: Mulberry. HEX triplet: C0, 40 and 8B. RGB value is (192,64,139). Sum of RGB (Red+Green+Blue) = 192+64+139=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0408B is #3FBF74. Grayscale: #6E6E6E. Windows color (decimal): -4177781 or 9126080. OLE color: 9126080.

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

Color convert

RGB 192 64 139 -
CMYK 0 0.67 0.28 0.25
HSL 324.84º 0.5% 0.5% -
HSV(B) 324.84º 0.67% 0.75% -
XYZ 28.23 16.74 26.17 -
YUV 110.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 192 64 139 0 0.67 0.28 0.25 324.84 0.5 0.5
Hex C0 40 8B 0 43 1C 19 145 32 32
Octal 300 100 213 0 103 34 31 505 62 62
Binary 11000000 1000000 10001011 0 1000011 11100 11001 101000101 110010 110010

Color Harmonies of #C0408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0408B

Black with #C0408B

Text Example


Text Example

White with #C0408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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