Html Css Color HEX #CB139B Medium Violet Red

📋 copy color: '#CB139B'

red 203 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #CB139B

Tints of Medium Violet Red #CB139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

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

R = 53.85%
G = 5.04%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB139B (or 0xCB139B) is known color: Medium Violet Red. HEX triplet: CB, 13 and 9B. RGB value is (203,19,155). Sum of RGB (Red+Green+Blue) = 203+19+155=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB139B is #34EC64. Grayscale: #595959. Windows color (decimal): -3468389 or 10163147. OLE color: 10163147.

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

Color convert

RGB 203 19 155 -
CMYK 0 0.91 0.24 0.20
HSL 315.65º 0.83% 0.44% -
HSV(B) 315.65º 0.91% 0.8% -
XYZ 30.78 15.53 32.39 -
YUV 89.52 164.96 208.94 -
System Red Green Blue C M Y K H S L
Decimal 203 19 155 0 0.91 0.24 0.20 315.65 0.83 0.44
Hex CB 13 9B 0 5B 18 14 13C 53 2C
Octal 313 23 233 0 133 30 24 474 123 54
Binary 11001011 10011 10011011 0 1011011 11000 10100 100111100 1010011 101100

Color Harmonies of #CB139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB139B

Black with #CB139B

Text Example


Text Example

White with #CB139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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