Html Css Color HEX #CB3997 Mulberry

📋 copy color: '#CB3997'

red 203 ◦ green 57 ◦ blue 151

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

Shades of Mulberry #CB3997

Tints of Mulberry #CB3997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.87%

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 49.39%
G = 13.87%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB3997 (or 0xCB3997) is known color: Mulberry. HEX triplet: CB, 39 and 97. RGB value is (203,57,151). Sum of RGB (Red+Green+Blue) = 203+57+151=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3997 is #34C668. Grayscale: #6F6F6F. Windows color (decimal): -3458665 or 9910731. OLE color: 9910731.

HSL color Cylindrical-coordinate representation of color #CB3997: hue angle of 321.37º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3997 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 151 -
CMYK 0 0.72 0.26 0.20
HSL 321.37º 0.58% 0.51% -
HSV(B) 321.37º 0.72% 0.8% -
XYZ 31.68 17.86 31.06 -
YUV 111.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 203 57 151 0 0.72 0.26 0.20 321.37 0.58 0.51
Hex CB 39 97 0 48 1A 14 141 3A 33
Octal 313 71 227 0 110 32 24 501 72 63
Binary 11001011 111001 10010111 0 1001000 11010 10100 101000001 111010 110011

Color Harmonies of #CB3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3997

Black with #CB3997

Text Example


Text Example

White with #CB3997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3997; }

 p { color: rgb(203,57,151); }

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

background-color css

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

 a { background-color: rgb(203,57,151); }

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

border-color css

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

 span { border-color: rgb(203,57,151); }

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