Html Css Color HEX #C0488F Mulberry

📋 copy color: '#C0488F'

red 192 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #C0488F

Tints of Mulberry #C0488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.69%

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 47.17%
G = 17.69%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0488F (or 0xC0488F) is known color: Mulberry. HEX triplet: C0, 48 and 8F. RGB value is (192,72,143). Sum of RGB (Red+Green+Blue) = 192+72+143=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0488F is #3FB770. Grayscale: #737373. Windows color (decimal): -4175729 or 9390272. OLE color: 9390272.

HSL color Cylindrical-coordinate representation of color #C0488F: hue angle of 324.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0488F is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 143 -
CMYK 0 0.63 0.26 0.25
HSL 324.5º 0.49% 0.52% -
HSV(B) 324.5º 0.63% 0.75% -
XYZ 29.01 17.82 27.9 -
YUV 115.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 192 72 143 0 0.63 0.26 0.25 324.5 0.49 0.52
Hex C0 48 8F 0 3F 1A 19 144 31 34
Octal 300 110 217 0 77 32 31 504 61 64
Binary 11000000 1001000 10001111 0 111111 11010 11001 101000100 110001 110100

Color Harmonies of #C0488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0488F

Black with #C0488F

Text Example


Text Example

White with #C0488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0488F; }

 p { color: rgb(192,72,143); }

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

background-color css

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

 a { background-color: rgb(192,72,143); }

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

border-color css

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

 span { border-color: rgb(192,72,143); }

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