Html Css Color HEX #CB5293 Mulberry

📋 copy color: '#CB5293'

red 203 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #CB5293

Tints of Mulberry #CB5293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.98%

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 46.99%
G = 18.98%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB5293 (or 0xCB5293) is known color: Mulberry. HEX triplet: CB, 52 and 93. RGB value is (203,82,147). Sum of RGB (Red+Green+Blue) = 203+82+147=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5293 is #34AD6C. Grayscale: #7D7D7D. Windows color (decimal): -3452269 or 9654987. OLE color: 9654987.

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

Color convert

RGB 203 82 147 -
CMYK 0 0.60 0.28 0.20
HSL 327.77º 0.54% 0.56% -
HSV(B) 327.77º 0.6% 0.8% -
XYZ 32.91 20.84 29.89 -
YUV 125.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 203 82 147 0 0.60 0.28 0.20 327.77 0.54 0.56
Hex CB 52 93 0 3C 1C 14 148 36 38
Octal 313 122 223 0 74 34 24 510 66 70
Binary 11001011 1010010 10010011 0 111100 11100 10100 101001000 110110 111000

Color Harmonies of #CB5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5293

Black with #CB5293

Text Example


Text Example

White with #CB5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5293; }

 p { color: rgb(203,82,147); }

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

background-color css

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

 a { background-color: rgb(203,82,147); }

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

border-color css

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

 span { border-color: rgb(203,82,147); }

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