Html Css Color HEX #CB5390 Mulberry

📋 copy color: '#CB5390'

red 203 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #CB5390

Tints of Mulberry #CB5390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 47.21%
G = 19.3%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB5390 (or 0xCB5390) is known color: Mulberry. HEX triplet: CB, 53 and 90. RGB value is (203,83,144). Sum of RGB (Red+Green+Blue) = 203+83+144=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5390 is #34AC6F. Grayscale: #7D7D7D. Windows color (decimal): -3452016 or 9458635. OLE color: 9458635.

HSL color Cylindrical-coordinate representation of color #CB5390: hue angle of 329.5º 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 #CB5390 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 83 144 -
CMYK 0 0.59 0.29 0.20
HSL 329.5º 0.54% 0.56% -
HSV(B) 329.5º 0.59% 0.8% -
XYZ 32.76 20.9 28.69 -
YUV 125.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 203 83 144 0 0.59 0.29 0.20 329.5 0.54 0.56
Hex CB 53 90 0 3B 1D 14 14A 36 38
Octal 313 123 220 0 73 35 24 512 66 70
Binary 11001011 1010011 10010000 0 111011 11101 10100 101001010 110110 111000

Color Harmonies of #CB5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5390

Black with #CB5390

Text Example


Text Example

White with #CB5390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5390; }

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

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

background-color css

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

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

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

border-color css

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

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

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