Html Css Color HEX #CB4380 Mulberry

📋 copy color: '#CB4380'

red 203 ◦ green 67 ◦ blue 128

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

Shades of Mulberry #CB4380

Tints of Mulberry #CB4380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.83%

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 51.01%
G = 16.83%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB4380 (or 0xCB4380) is known color: Mulberry. HEX triplet: CB, 43 and 80. RGB value is (203,67,128). Sum of RGB (Red+Green+Blue) = 203+67+128=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4380 is #34BC7F. Grayscale: #727272. Windows color (decimal): -3456128 or 8405963. OLE color: 8405963.

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

Color convert

RGB 203 67 128 -
CMYK 0 0.67 0.37 0.20
HSL 333.09º 0.57% 0.53% -
HSV(B) 333.09º 0.67% 0.8% -
XYZ 30.53 18.27 22.34 -
YUV 114.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 203 67 128 0 0.67 0.37 0.20 333.09 0.57 0.53
Hex CB 43 80 0 43 25 14 14D 39 35
Octal 313 103 200 0 103 45 24 515 71 65
Binary 11001011 1000011 10000000 0 1000011 100101 10100 101001101 111001 110101

Color Harmonies of #CB4380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4380

Black with #CB4380

Text Example


Text Example

White with #CB4380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4380; }

 p { color: rgb(203,67,128); }

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

background-color css

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

 a { background-color: rgb(203,67,128); }

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

border-color css

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

 span { border-color: rgb(203,67,128); }

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