Html Css Color HEX #CB438D Mulberry

📋 copy color: '#CB438D'

red 203 ◦ green 67 ◦ blue 141

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

Shades of Mulberry #CB438D

Tints of Mulberry #CB438D

RGB

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

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

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

R = 49.39%
G = 16.3%
B = 34.31%

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

#CB438D (or 0xCB438D) is known color: Mulberry. HEX triplet: CB, 43 and 8D. RGB value is (203,67,141). Sum of RGB (Red+Green+Blue) = 203+67+141=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB438D is #34BC72. Grayscale: #737373. Windows color (decimal): -3456115 or 9257931. OLE color: 9257931.

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

Color convert

RGB 203 67 141 -
CMYK 0 0.67 0.31 0.20
HSL 327.35º 0.57% 0.53% -
HSV(B) 327.35º 0.67% 0.8% -
XYZ 31.44 18.63 27.14 -
YUV 116.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 203 67 141 0 0.67 0.31 0.20 327.35 0.57 0.53
Hex CB 43 8D 0 43 1F 14 147 39 35
Octal 313 103 215 0 103 37 24 507 71 65
Binary 11001011 1000011 10001101 0 1000011 11111 10100 101000111 111001 110101

Color Harmonies of #CB438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB438D

Black with #CB438D

Text Example


Text Example

White with #CB438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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