Html Css Color HEX #CB448D Mulberry

📋 copy color: '#CB448D'

red 203 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #CB448D

Tints of Mulberry #CB448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

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

R = 49.27%
G = 16.5%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB448D (or 0xCB448D) is known color: Mulberry. HEX triplet: CB, 44 and 8D. RGB value is (203,68,141). Sum of RGB (Red+Green+Blue) = 203+68+141=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB448D is #34BB72. Grayscale: #747474. Windows color (decimal): -3455859 or 9258187. OLE color: 9258187.

HSL color Cylindrical-coordinate representation of color #CB448D: hue angle of 327.56º degrees, saturation: 0.56, 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 #CB448D is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 68 141 -
CMYK 0 0.67 0.31 0.20
HSL 327.56º 0.56% 0.53% -
HSV(B) 327.56º 0.67% 0.8% -
XYZ 31.5 18.75 27.16 -
YUV 116.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 203 68 141 0 0.67 0.31 0.20 327.56 0.56 0.53
Hex CB 44 8D 0 43 1F 14 148 38 35
Octal 313 104 215 0 103 37 24 510 70 65
Binary 11001011 1000100 10001101 0 1000011 11111 10100 101001000 111000 110101

Color Harmonies of #CB448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB448D

Black with #CB448D

Text Example


Text Example

White with #CB448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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