Html Css Color HEX #CB4188 Mulberry

📋 copy color: '#CB4188'

red 203 ◦ green 65 ◦ blue 136

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

Shades of Mulberry #CB4188

Tints of Mulberry #CB4188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 50.25%
G = 16.09%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB4188 (or 0xCB4188) is known color: Mulberry. HEX triplet: CB, 41 and 88. RGB value is (203,65,136). Sum of RGB (Red+Green+Blue) = 203+65+136=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4188 is #34BE77. Grayscale: #727272. Windows color (decimal): -3456632 or 8929739. OLE color: 8929739.

HSL color Cylindrical-coordinate representation of color #CB4188: hue angle of 329.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4188 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 65 136 -
CMYK 0 0.68 0.33 0.20
HSL 329.13º 0.57% 0.53% -
HSV(B) 329.13º 0.68% 0.8% -
XYZ 30.96 18.25 25.18 -
YUV 114.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 203 65 136 0 0.68 0.33 0.20 329.13 0.57 0.53
Hex CB 41 88 0 44 21 14 149 39 35
Octal 313 101 210 0 104 41 24 511 71 65
Binary 11001011 1000001 10001000 0 1000100 100001 10100 101001001 111001 110101

Color Harmonies of #CB4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4188

Black with #CB4188

Text Example


Text Example

White with #CB4188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4188; }

 p { color: rgb(203,65,136); }

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

background-color css

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

 a { background-color: rgb(203,65,136); }

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

border-color css

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

 span { border-color: rgb(203,65,136); }

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