Html Css Color HEX #CB389A Mulberry

📋 copy color: '#CB389A'

red 203 ◦ green 56 ◦ blue 154

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

Shades of Mulberry #CB389A

Tints of Mulberry #CB389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.56%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 49.15%
G = 13.56%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB389A (or 0xCB389A) is known color: Mulberry. HEX triplet: CB, 38 and 9A. RGB value is (203,56,154). Sum of RGB (Red+Green+Blue) = 203+56+154=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB389A is #34C765. Grayscale: #6E6E6E. Windows color (decimal): -3458918 or 10107083. OLE color: 10107083.

HSL color Cylindrical-coordinate representation of color #CB389A: hue angle of 320º degrees, saturation: 0.59, 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 #CB389A is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 56 154 -
CMYK 0 0.72 0.24 0.20
HSL 320º 0.59% 0.51% -
HSV(B) 320º 0.72% 0.8% -
XYZ 31.88 17.86 32.34 -
YUV 111.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 203 56 154 0 0.72 0.24 0.20 320 0.59 0.51
Hex CB 38 9A 0 48 18 14 140 3B 33
Octal 313 70 232 0 110 30 24 500 73 63
Binary 11001011 111000 10011010 0 1001000 11000 10100 101000000 111011 110011

Color Harmonies of #CB389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB389A

Black with #CB389A

Text Example


Text Example

White with #CB389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB389A; }

 p { color: rgb(203,56,154); }

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

background-color css

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

 a { background-color: rgb(203,56,154); }

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

border-color css

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

 span { border-color: rgb(203,56,154); }

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