Html Css Color HEX #CB508E Mulberry

📋 copy color: '#CB508E'

red 203 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #CB508E

Tints of Mulberry #CB508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 47.76%
G = 18.82%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB508E (or 0xCB508E) is known color: Mulberry. HEX triplet: CB, 50 and 8E. RGB value is (203,80,142). Sum of RGB (Red+Green+Blue) = 203+80+142=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB508E is #34AF71. Grayscale: #7B7B7B. Windows color (decimal): -3452786 or 9326795. OLE color: 9326795.

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

Color convert

RGB 203 80 142 -
CMYK 0 0.61 0.30 0.20
HSL 329.76º 0.54% 0.55% -
HSV(B) 329.76º 0.61% 0.8% -
XYZ 32.38 20.39 27.82 -
YUV 123.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 203 80 142 0 0.61 0.30 0.20 329.76 0.54 0.55
Hex CB 50 8E 0 3D 1E 14 14A 36 37
Octal 313 120 216 0 75 36 24 512 66 67
Binary 11001011 1010000 10001110 0 111101 11110 10100 101001010 110110 110111

Color Harmonies of #CB508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB508E

Black with #CB508E

Text Example


Text Example

White with #CB508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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