Html Css Color HEX #CB2199 Medium Violet Red

📋 copy color: '#CB2199'

red 203 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #CB2199

Tints of Medium Violet Red #CB2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

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

R = 52.19%
G = 8.48%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB2199 (or 0xCB2199) is known color: Medium Violet Red. HEX triplet: CB, 21 and 99. RGB value is (203,33,153). Sum of RGB (Red+Green+Blue) = 203+33+153=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2199 is #34DE66. Grayscale: #616161. Windows color (decimal): -3464807 or 10035659. OLE color: 10035659.

HSL color Cylindrical-coordinate representation of color #CB2199: hue angle of 317.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2199 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 153 -
CMYK 0 0.84 0.25 0.20
HSL 317.65º 0.72% 0.46% -
HSV(B) 317.65º 0.84% 0.8% -
XYZ 30.92 16.08 31.61 -
YUV 97.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 203 33 153 0 0.84 0.25 0.20 317.65 0.72 0.46
Hex CB 21 99 0 54 19 14 13E 48 2E
Octal 313 41 231 0 124 31 24 476 110 56
Binary 11001011 100001 10011001 0 1010100 11001 10100 100111110 1001000 101110

Color Harmonies of #CB2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2199

Black with #CB2199

Text Example


Text Example

White with #CB2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2199; }

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

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

background-color css

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

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

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

border-color css

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

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

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