Html Css Color HEX #CB538D Mulberry

📋 copy color: '#CB538D'

red 203 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #CB538D

Tints of Mulberry #CB538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.44%

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

R = 47.54%
G = 19.44%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB538D (or 0xCB538D) is known color: Mulberry. HEX triplet: CB, 53 and 8D. RGB value is (203,83,141). Sum of RGB (Red+Green+Blue) = 203+83+141=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB538D is #34AC72. Grayscale: #7D7D7D. Windows color (decimal): -3452019 or 9262027. OLE color: 9262027.

HSL color Cylindrical-coordinate representation of color #CB538D: hue angle of 331º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB538D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 83 141 -
CMYK 0 0.59 0.31 0.20
HSL 331º 0.54% 0.56% -
HSV(B) 331º 0.59% 0.8% -
XYZ 32.53 20.81 27.5 -
YUV 125.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 203 83 141 0 0.59 0.31 0.20 331 0.54 0.56
Hex CB 53 8D 0 3B 1F 14 14B 36 38
Octal 313 123 215 0 73 37 24 513 66 70
Binary 11001011 1010011 10001101 0 111011 11111 10100 101001011 110110 111000

Color Harmonies of #CB538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB538D

Black with #CB538D

Text Example


Text Example

White with #CB538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB538D; }

 p { color: rgb(203,83,141); }

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

background-color css

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

 a { background-color: rgb(203,83,141); }

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

border-color css

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

 span { border-color: rgb(203,83,141); }

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