Html Css Color HEX #CB5098 Mulberry

📋 copy color: '#CB5098'

red 203 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #CB5098

Tints of Mulberry #CB5098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

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

R = 46.67%
G = 18.39%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB5098 (or 0xCB5098) is known color: Mulberry. HEX triplet: CB, 50 and 98. RGB value is (203,80,152). Sum of RGB (Red+Green+Blue) = 203+80+152=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5098 is #34AF67. Grayscale: #7C7C7C. Windows color (decimal): -3452776 or 9982155. OLE color: 9982155.

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

Color convert

RGB 203 80 152 -
CMYK 0 0.61 0.25 0.20
HSL 324.88º 0.54% 0.55% -
HSV(B) 324.88º 0.61% 0.8% -
XYZ 33.16 20.7 31.95 -
YUV 124.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 203 80 152 0 0.61 0.25 0.20 324.88 0.54 0.55
Hex CB 50 98 0 3D 19 14 145 36 37
Octal 313 120 230 0 75 31 24 505 66 67
Binary 11001011 1010000 10011000 0 111101 11001 10100 101000101 110110 110111

Color Harmonies of #CB5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5098

Black with #CB5098

Text Example


Text Example

White with #CB5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5098; }

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

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

background-color css

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

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

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

border-color css

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

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

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