Html Css Color HEX #CB4E82 Mulberry

📋 copy color: '#CB4E82'

red 203 ◦ green 78 ◦ blue 130

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

Shades of Mulberry #CB4E82

Tints of Mulberry #CB4E82

RGB

 RED value IS 203 (79.69% from 255) = 49.39%

 GREEN value IS 78 (30.86% from 255) = 18.98%

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 49.39%
G = 18.98%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB4E82 (or 0xCB4E82) is known color: Mulberry. HEX triplet: CB, 4E and 82. RGB value is (203,78,130). Sum of RGB (Red+Green+Blue) = 203+78+130=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E82 is #34B17D. Grayscale: #797979. Windows color (decimal): -3453310 or 8539851. OLE color: 8539851.

HSL color Cylindrical-coordinate representation of color #CB4E82: hue angle of 335.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4E82 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 78 130 -
CMYK 0 0.62 0.36 0.20
HSL 335.04º 0.55% 0.55% -
HSV(B) 335.04º 0.62% 0.8% -
XYZ 31.38 19.76 23.28 -
YUV 121.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 203 78 130 0 0.62 0.36 0.20 335.04 0.55 0.55
Hex CB 4E 82 0 3E 24 14 14F 37 37
Octal 313 116 202 0 76 44 24 517 67 67
Binary 11001011 1001110 10000010 0 111110 100100 10100 101001111 110111 110111

Color Harmonies of #CB4E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4E82

Black with #CB4E82

Text Example


Text Example

White with #CB4E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4E82; }

 p { color: rgb(203,78,130); }

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

background-color css

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

 a { background-color: rgb(203,78,130); }

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

border-color css

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

 span { border-color: rgb(203,78,130); }

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