Html Css Color HEX #CB288B Medium Red Violet

📋 copy color: '#CB288B'

red 203 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #CB288B

Tints of Medium Red Violet #CB288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.47%

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 53.14%
G = 10.47%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB288B (or 0xCB288B) is known color: Medium Red Violet. HEX triplet: CB, 28 and 8B. RGB value is (203,40,139). Sum of RGB (Red+Green+Blue) = 203+40+139=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB288B is #34D774. Grayscale: #636363. Windows color (decimal): -3463029 or 9119947. OLE color: 9119947.

HSL color Cylindrical-coordinate representation of color #CB288B: hue angle of 323.56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB288B is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 139 -
CMYK 0 0.80 0.32 0.20
HSL 323.56º 0.67% 0.48% -
HSV(B) 323.56º 0.8% 0.8% -
XYZ 30.05 16.08 25.95 -
YUV 100.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 203 40 139 0 0.80 0.32 0.20 323.56 0.67 0.48
Hex CB 28 8B 0 50 20 14 144 43 30
Octal 313 50 213 0 120 40 24 504 103 60
Binary 11001011 101000 10001011 0 1010000 100000 10100 101000100 1000011 110000

Color Harmonies of #CB288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB288B

Black with #CB288B

Text Example


Text Example

White with #CB288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB288B; }

 p { color: rgb(203,40,139); }

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

background-color css

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

 a { background-color: rgb(203,40,139); }

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

border-color css

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

 span { border-color: rgb(203,40,139); }

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