Html Css Color HEX #CB199B Medium Violet Red

📋 copy color: '#CB199B'

red 203 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #CB199B

Tints of Medium Violet Red #CB199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.53%

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

R = 53%
G = 6.53%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB199B (or 0xCB199B) is known color: Medium Violet Red. HEX triplet: CB, 19 and 9B. RGB value is (203,25,155). Sum of RGB (Red+Green+Blue) = 203+25+155=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB199B is #34E664. Grayscale: #5C5C5C. Windows color (decimal): -3466853 or 10164683. OLE color: 10164683.

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

Color convert

RGB 203 25 155 -
CMYK 0 0.88 0.24 0.20
HSL 316.18º 0.78% 0.45% -
HSV(B) 316.18º 0.88% 0.8% -
XYZ 30.89 15.76 32.42 -
YUV 93.04 162.97 206.43 -
System Red Green Blue C M Y K H S L
Decimal 203 25 155 0 0.88 0.24 0.20 316.18 0.78 0.45
Hex CB 19 9B 0 58 18 14 13C 4E 2D
Octal 313 31 233 0 130 30 24 474 116 55
Binary 11001011 11001 10011011 0 1011000 11000 10100 100111100 1001110 101101

Color Harmonies of #CB199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB199B

Black with #CB199B

Text Example


Text Example

White with #CB199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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