Html Css Color HEX #CB3196 Medium Red Violet

📋 copy color: '#CB3196'

red 203 ◦ green 49 ◦ blue 150

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

Shades of Medium Red Violet #CB3196

Tints of Medium Red Violet #CB3196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 50.5%
G = 12.19%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB3196 (or 0xCB3196) is known color: Medium Red Violet. HEX triplet: CB, 31 and 96. RGB value is (203,49,150). Sum of RGB (Red+Green+Blue) = 203+49+150=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3196 is #34CE69. Grayscale: #6A6A6A. Windows color (decimal): -3460714 or 9843147. OLE color: 9843147.

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

Color convert

RGB 203 49 150 -
CMYK 0 0.76 0.26 0.20
HSL 320.65º 0.61% 0.49% -
HSV(B) 320.65º 0.76% 0.8% -
XYZ 31.23 17.1 30.51 -
YUV 106.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 203 49 150 0 0.76 0.26 0.20 320.65 0.61 0.49
Hex CB 31 96 0 4C 1A 14 141 3D 31
Octal 313 61 226 0 114 32 24 501 75 61
Binary 11001011 110001 10010110 0 1001100 11010 10100 101000001 111101 110001

Color Harmonies of #CB3196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3196

Black with #CB3196

Text Example


Text Example

White with #CB3196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3196; }

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

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

background-color css

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

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

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

border-color css

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

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

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