Html Css Color HEX #CB508A Mulberry

📋 copy color: '#CB508A'

red 203 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #CB508A

Tints of Mulberry #CB508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 48.22%
G = 19%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB508A (or 0xCB508A) is known color: Mulberry. HEX triplet: CB, 50 and 8A. RGB value is (203,80,138). Sum of RGB (Red+Green+Blue) = 203+80+138=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB508A is #34AF75. Grayscale: #7B7B7B. Windows color (decimal): -3452790 or 9064651. OLE color: 9064651.

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

Color convert

RGB 203 80 138 -
CMYK 0 0.61 0.32 0.20
HSL 331.71º 0.54% 0.55% -
HSV(B) 331.71º 0.61% 0.8% -
XYZ 32.08 20.27 26.27 -
YUV 123.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 203 80 138 0 0.61 0.32 0.20 331.71 0.54 0.55
Hex CB 50 8A 0 3D 20 14 14C 36 37
Octal 313 120 212 0 75 40 24 514 66 67
Binary 11001011 1010000 10001010 0 111101 100000 10100 101001100 110110 110111

Color Harmonies of #CB508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB508A

Black with #CB508A

Text Example


Text Example

White with #CB508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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