Html Css Color HEX #CB2193 Medium Violet Red

📋 copy color: '#CB2193'

red 203 ◦ green 33 ◦ blue 147

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

Shades of Medium Violet Red #CB2193

Tints of Medium Violet Red #CB2193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 53%
G = 8.62%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB2193 (or 0xCB2193) is known color: Medium Violet Red. HEX triplet: CB, 21 and 93. RGB value is (203,33,147). Sum of RGB (Red+Green+Blue) = 203+33+147=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2193 is #34DE6C. Grayscale: #606060. Windows color (decimal): -3464813 or 9642443. OLE color: 9642443.

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

Color convert

RGB 203 33 147 -
CMYK 0 0.84 0.28 0.20
HSL 319.76º 0.72% 0.46% -
HSV(B) 319.76º 0.84% 0.8% -
XYZ 30.44 15.89 29.07 -
YUV 96.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 203 33 147 0 0.84 0.28 0.20 319.76 0.72 0.46
Hex CB 21 93 0 54 1C 14 140 48 2E
Octal 313 41 223 0 124 34 24 500 110 56
Binary 11001011 100001 10010011 0 1010100 11100 10100 101000000 1001000 101110

Color Harmonies of #CB2193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2193

Black with #CB2193

Text Example


Text Example

White with #CB2193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2193; }

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

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

background-color css

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

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

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

border-color css

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

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

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