Html Css Color HEX #CB1C99 Medium Violet Red

📋 copy color: '#CB1C99'

red 203 ◦ green 28 ◦ blue 153

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

Shades of Medium Violet Red #CB1C99

Tints of Medium Violet Red #CB1C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 52.86%
G = 7.29%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB1C99 (or 0xCB1C99) is known color: Medium Violet Red. HEX triplet: CB, 1C and 99. RGB value is (203,28,153). Sum of RGB (Red+Green+Blue) = 203+28+153=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1C99 is #34E366. Grayscale: #5E5E5E. Windows color (decimal): -3466087 or 10034379. OLE color: 10034379.

HSL color Cylindrical-coordinate representation of color #CB1C99: hue angle of 317.14º 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 #CB1C99 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 28 153 -
CMYK 0 0.86 0.25 0.20
HSL 317.14º 0.76% 0.45% -
HSV(B) 317.14º 0.86% 0.8% -
XYZ 30.79 15.83 31.57 -
YUV 94.58 160.98 205.34 -
System Red Green Blue C M Y K H S L
Decimal 203 28 153 0 0.86 0.25 0.20 317.14 0.76 0.45
Hex CB 1C 99 0 56 19 14 13D 4C 2D
Octal 313 34 231 0 126 31 24 475 114 55
Binary 11001011 11100 10011001 0 1010110 11001 10100 100111101 1001100 101101

Color Harmonies of #CB1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C99

Black with #CB1C99

Text Example


Text Example

White with #CB1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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