Html Css Color HEX #CB4D8D Mulberry

📋 copy color: '#CB4D8D'

red 203 ◦ green 77 ◦ blue 141

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

Shades of Mulberry #CB4D8D

Tints of Mulberry #CB4D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 48.22%
G = 18.29%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB4D8D (or 0xCB4D8D) is known color: Mulberry. HEX triplet: CB, 4D and 8D. RGB value is (203,77,141). Sum of RGB (Red+Green+Blue) = 203+77+141=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D8D is #34B272. Grayscale: #797979. Windows color (decimal): -3453555 or 9260491. OLE color: 9260491.

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

Color convert

RGB 203 77 141 -
CMYK 0 0.62 0.31 0.20
HSL 329.52º 0.55% 0.55% -
HSV(B) 329.52º 0.62% 0.8% -
XYZ 32.09 19.93 27.35 -
YUV 121.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 203 77 141 0 0.62 0.31 0.20 329.52 0.55 0.55
Hex CB 4D 8D 0 3E 1F 14 14A 37 37
Octal 313 115 215 0 76 37 24 512 67 67
Binary 11001011 1001101 10001101 0 111110 11111 10100 101001010 110111 110111

Color Harmonies of #CB4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D8D

Black with #CB4D8D

Text Example


Text Example

White with #CB4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D8D; }

 p { color: rgb(203,77,141); }

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

background-color css

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

 a { background-color: rgb(203,77,141); }

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

border-color css

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

 span { border-color: rgb(203,77,141); }

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