Html Css Color HEX #CB2B9B Medium Red Violet

📋 copy color: '#CB2B9B'

red 203 ◦ green 43 ◦ blue 155

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

Shades of Medium Red Violet #CB2B9B

Tints of Medium Red Violet #CB2B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.72%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 50.62%
G = 10.72%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB2B9B (or 0xCB2B9B) is known color: Medium Red Violet. HEX triplet: CB, 2B and 9B. RGB value is (203,43,155). Sum of RGB (Red+Green+Blue) = 203+43+155=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2B9B is #34D464. Grayscale: #676767. Windows color (decimal): -3462245 or 10169291. OLE color: 10169291.

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

Color convert

RGB 203 43 155 -
CMYK 0 0.79 0.24 0.20
HSL 318º 0.65% 0.48% -
HSV(B) 318º 0.79% 0.8% -
XYZ 31.41 16.79 32.6 -
YUV 103.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 203 43 155 0 0.79 0.24 0.20 318 0.65 0.48
Hex CB 2B 9B 0 4F 18 14 13E 41 30
Octal 313 53 233 0 117 30 24 476 101 60
Binary 11001011 101011 10011011 0 1001111 11000 10100 100111110 1000001 110000

Color Harmonies of #CB2B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2B9B

Black with #CB2B9B

Text Example


Text Example

White with #CB2B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2B9B; }

 p { color: rgb(203,43,155); }

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

background-color css

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

 a { background-color: rgb(203,43,155); }

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

border-color css

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

 span { border-color: rgb(203,43,155); }

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