Html Css Color HEX #CB3096 Medium Red Violet

📋 copy color: '#CB3096'

red 203 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #CB3096

Tints of Medium Red Violet #CB3096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.97%

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

R = 50.62%
G = 11.97%
B = 37.41%

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

#CB3096 (or 0xCB3096) is known color: Medium Red Violet. HEX triplet: CB, 30 and 96. RGB value is (203,48,150). Sum of RGB (Red+Green+Blue) = 203+48+150=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3096 is #34CF69. Grayscale: #696969. Windows color (decimal): -3460970 or 9842891. OLE color: 9842891.

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

Color convert

RGB 203 48 150 -
CMYK 0 0.76 0.26 0.20
HSL 320.52º 0.62% 0.49% -
HSV(B) 320.52º 0.76% 0.8% -
XYZ 31.19 17.01 30.49 -
YUV 105.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 203 48 150 0 0.76 0.26 0.20 320.52 0.62 0.49
Hex CB 30 96 0 4C 1A 14 141 3E 31
Octal 313 60 226 0 114 32 24 501 76 61
Binary 11001011 110000 10010110 0 1001100 11010 10100 101000001 111110 110001

Color Harmonies of #CB3096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3096

Black with #CB3096

Text Example


Text Example

White with #CB3096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3096; }

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

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

background-color css

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

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

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

border-color css

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

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

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