Html Css Color HEX #CB3396 Medium Red Violet

📋 copy color: '#CB3396'

red 203 ◦ green 51 ◦ blue 150

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

Shades of Medium Red Violet #CB3396

Tints of Medium Red Violet #CB3396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.62%

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

R = 50.25%
G = 12.62%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB3396 (or 0xCB3396) is known color: Medium Red Violet. HEX triplet: CB, 33 and 96. RGB value is (203,51,150). Sum of RGB (Red+Green+Blue) = 203+51+150=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3396 is #34CC69. Grayscale: #6B6B6B. Windows color (decimal): -3460202 or 9843659. OLE color: 9843659.

HSL color Cylindrical-coordinate representation of color #CB3396: hue angle of 320.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3396 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 150 -
CMYK 0 0.75 0.26 0.20
HSL 320.92º 0.6% 0.5% -
HSV(B) 320.92º 0.75% 0.8% -
XYZ 31.32 17.27 30.54 -
YUV 107.73 151.86 195.95 -
System Red Green Blue C M Y K H S L
Decimal 203 51 150 0 0.75 0.26 0.20 320.92 0.6 0.5
Hex CB 33 96 0 4B 1A 14 141 3C 32
Octal 313 63 226 0 113 32 24 501 74 62
Binary 11001011 110011 10010110 0 1001011 11010 10100 101000001 111100 110010

Color Harmonies of #CB3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3396

Black with #CB3396

Text Example


Text Example

White with #CB3396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3396; }

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

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

background-color css

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

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

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

border-color css

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

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

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