Html Css Color HEX #CB5398 Mulberry

📋 copy color: '#CB5398'

red 203 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #CB5398

Tints of Mulberry #CB5398

RGB

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

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

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

R = 46.35%
G = 18.95%
B = 34.7%

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

#CB5398 (or 0xCB5398) is known color: Mulberry. HEX triplet: CB, 53 and 98. RGB value is (203,83,152). Sum of RGB (Red+Green+Blue) = 203+83+152=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5398 is #34AC67. Grayscale: #7E7E7E. Windows color (decimal): -3452008 or 9982923. OLE color: 9982923.

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

Color convert

RGB 203 83 152 -
CMYK 0 0.59 0.25 0.20
HSL 325.5º 0.54% 0.56% -
HSV(B) 325.5º 0.59% 0.8% -
XYZ 33.39 21.15 32.03 -
YUV 126.75 142.26 182.39 -
System Red Green Blue C M Y K H S L
Decimal 203 83 152 0 0.59 0.25 0.20 325.5 0.54 0.56
Hex CB 53 98 0 3B 19 14 146 36 38
Octal 313 123 230 0 73 31 24 506 66 70
Binary 11001011 1010011 10011000 0 111011 11001 10100 101000110 110110 111000

Color Harmonies of #CB5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5398

Black with #CB5398

Text Example


Text Example

White with #CB5398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5398; }

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

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

background-color css

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

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

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

border-color css

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

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

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