Html Css Color HEX #CB3192 Medium Red Violet

📋 copy color: '#CB3192'

red 203 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #CB3192

Tints of Medium Red Violet #CB3192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 51.01%
G = 12.31%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB3192 (or 0xCB3192) is known color: Medium Red Violet. HEX triplet: CB, 31 and 92. RGB value is (203,49,146). Sum of RGB (Red+Green+Blue) = 203+49+146=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3192 is #34CE6D. Grayscale: #696969. Windows color (decimal): -3460718 or 9581003. OLE color: 9581003.

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

Color convert

RGB 203 49 146 -
CMYK 0 0.76 0.28 0.20
HSL 322.21º 0.61% 0.49% -
HSV(B) 322.21º 0.76% 0.8% -
XYZ 30.92 16.97 28.84 -
YUV 106.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 203 49 146 0 0.76 0.28 0.20 322.21 0.61 0.49
Hex CB 31 92 0 4C 1C 14 142 3D 31
Octal 313 61 222 0 114 34 24 502 75 61
Binary 11001011 110001 10010010 0 1001100 11100 10100 101000010 111101 110001

Color Harmonies of #CB3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3192

Black with #CB3192

Text Example


Text Example

White with #CB3192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3192; }

 p { color: rgb(203,49,146); }

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

background-color css

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

 a { background-color: rgb(203,49,146); }

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

border-color css

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

 span { border-color: rgb(203,49,146); }

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