Html Css Color HEX #C04B8D Mulberry

📋 copy color: '#C04B8D'

red 192 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #C04B8D

Tints of Mulberry #C04B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.38%

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

R = 47.06%
G = 18.38%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C04B8D (or 0xC04B8D) is known color: Mulberry. HEX triplet: C0, 4B and 8D. RGB value is (192,75,141). Sum of RGB (Red+Green+Blue) = 192+75+141=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B8D is #3FB472. Grayscale: #757575. Windows color (decimal): -4174963 or 9259968. OLE color: 9259968.

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

Color convert

RGB 192 75 141 -
CMYK 0 0.61 0.27 0.25
HSL 326.15º 0.48% 0.52% -
HSV(B) 326.15º 0.61% 0.75% -
XYZ 29.06 18.16 27.17 -
YUV 117.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 192 75 141 0 0.61 0.27 0.25 326.15 0.48 0.52
Hex C0 4B 8D 0 3D 1B 19 146 30 34
Octal 300 113 215 0 75 33 31 506 60 64
Binary 11000000 1001011 10001101 0 111101 11011 11001 101000110 110000 110100

Color Harmonies of #C04B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B8D

Black with #C04B8D

Text Example


Text Example

White with #C04B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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