Html Css Color HEX #CB2190 Medium Violet Red

📋 copy color: '#CB2190'

red 203 ◦ green 33 ◦ blue 144

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

Shades of Medium Violet Red #CB2190

Tints of Medium Violet Red #CB2190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 53.42%
G = 8.68%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB2190 (or 0xCB2190) is known color: Medium Violet Red. HEX triplet: CB, 21 and 90. RGB value is (203,33,144). Sum of RGB (Red+Green+Blue) = 203+33+144=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2190 is #34DE6F. Grayscale: #606060. Windows color (decimal): -3464816 or 9445835. OLE color: 9445835.

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

Color convert

RGB 203 33 144 -
CMYK 0 0.84 0.29 0.20
HSL 320.82º 0.72% 0.46% -
HSV(B) 320.82º 0.84% 0.8% -
XYZ 30.21 15.8 27.84 -
YUV 96.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 203 33 144 0 0.84 0.29 0.20 320.82 0.72 0.46
Hex CB 21 90 0 54 1D 14 141 48 2E
Octal 313 41 220 0 124 35 24 501 110 56
Binary 11001011 100001 10010000 0 1010100 11101 10100 101000001 1001000 101110

Color Harmonies of #CB2190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2190

Black with #CB2190

Text Example


Text Example

White with #CB2190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2190; }

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

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

background-color css

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

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

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

border-color css

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

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

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