Html Css Color HEX #CB1C9B Medium Violet Red

📋 copy color: '#CB1C9B'

red 203 ◦ green 28 ◦ blue 155

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

Shades of Medium Violet Red #CB1C9B

Tints of Medium Violet Red #CB1C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.25%

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

R = 52.59%
G = 7.25%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB1C9B (or 0xCB1C9B) is known color: Medium Violet Red. HEX triplet: CB, 1C and 9B. RGB value is (203,28,155). Sum of RGB (Red+Green+Blue) = 203+28+155=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1C9B is #34E364. Grayscale: #5E5E5E. Windows color (decimal): -3466085 or 10165451. OLE color: 10165451.

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

Color convert

RGB 203 28 155 -
CMYK 0 0.86 0.24 0.20
HSL 316.46º 0.76% 0.45% -
HSV(B) 316.46º 0.86% 0.8% -
XYZ 30.96 15.89 32.45 -
YUV 94.8 161.98 205.17 -
System Red Green Blue C M Y K H S L
Decimal 203 28 155 0 0.86 0.24 0.20 316.46 0.76 0.45
Hex CB 1C 9B 0 56 18 14 13C 4C 2D
Octal 313 34 233 0 126 30 24 474 114 55
Binary 11001011 11100 10011011 0 1010110 11000 10100 100111100 1001100 101101

Color Harmonies of #CB1C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C9B

Black with #CB1C9B

Text Example


Text Example

White with #CB1C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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