Html Css Color HEX #CB5498 Mulberry

📋 copy color: '#CB5498'

red 203 ◦ green 84 ◦ blue 152

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

Shades of Mulberry #CB5498

Tints of Mulberry #CB5498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

 BLUE value IS 152 (59.77% from 255) = 34.62%

R = 46.24%
G = 19.13%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB5498 (or 0xCB5498) is known color: Mulberry. HEX triplet: CB, 54 and 98. RGB value is (203,84,152). Sum of RGB (Red+Green+Blue) = 203+84+152=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5498 is #34AB67. Grayscale: #7F7F7F. Windows color (decimal): -3451752 or 9983179. OLE color: 9983179.

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

Color convert

RGB 203 84 152 -
CMYK 0 0.59 0.25 0.20
HSL 325.71º 0.53% 0.56% -
HSV(B) 325.71º 0.59% 0.8% -
XYZ 33.47 21.3 32.05 -
YUV 127.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 203 84 152 0 0.59 0.25 0.20 325.71 0.53 0.56
Hex CB 54 98 0 3B 19 14 146 35 38
Octal 313 124 230 0 73 31 24 506 65 70
Binary 11001011 1010100 10011000 0 111011 11001 10100 101000110 110101 111000

Color Harmonies of #CB5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5498

Black with #CB5498

Text Example


Text Example

White with #CB5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5498; }

 p { color: rgb(203,84,152); }

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

background-color css

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

 a { background-color: rgb(203,84,152); }

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

border-color css

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

 span { border-color: rgb(203,84,152); }

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