Html Css Color HEX #CB478F Mulberry

📋 copy color: '#CB478F'

red 203 ◦ green 71 ◦ blue 143

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

Shades of Mulberry #CB478F

Tints of Mulberry #CB478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.03%

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 48.68%
G = 17.03%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB478F (or 0xCB478F) is known color: Mulberry. HEX triplet: CB, 47 and 8F. RGB value is (203,71,143). Sum of RGB (Red+Green+Blue) = 203+71+143=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB478F is #34B870. Grayscale: #767676. Windows color (decimal): -3455089 or 9390027. OLE color: 9390027.

HSL color Cylindrical-coordinate representation of color #CB478F: hue angle of 327.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB478F is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 143 -
CMYK 0 0.65 0.30 0.20
HSL 327.27º 0.56% 0.54% -
HSV(B) 327.27º 0.65% 0.8% -
XYZ 31.84 19.19 28.01 -
YUV 118.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 203 71 143 0 0.65 0.30 0.20 327.27 0.56 0.54
Hex CB 47 8F 0 41 1E 14 147 38 36
Octal 313 107 217 0 101 36 24 507 70 66
Binary 11001011 1000111 10001111 0 1000001 11110 10100 101000111 111000 110110

Color Harmonies of #CB478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB478F

Black with #CB478F

Text Example


Text Example

White with #CB478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB478F; }

 p { color: rgb(203,71,143); }

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

background-color css

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

 a { background-color: rgb(203,71,143); }

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

border-color css

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

 span { border-color: rgb(203,71,143); }

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