Html Css Color HEX #CB3195 Medium Red Violet

📋 copy color: '#CB3195'

red 203 ◦ green 49 ◦ blue 149

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

Shades of Medium Red Violet #CB3195

Tints of Medium Red Violet #CB3195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 50.62%
G = 12.22%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB3195 (or 0xCB3195) is known color: Medium Red Violet. HEX triplet: CB, 31 and 95. RGB value is (203,49,149). Sum of RGB (Red+Green+Blue) = 203+49+149=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3195 is #34CE6A. Grayscale: #6A6A6A. Windows color (decimal): -3460715 or 9777611. OLE color: 9777611.

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

Color convert

RGB 203 49 149 -
CMYK 0 0.76 0.27 0.20
HSL 321.04º 0.61% 0.49% -
HSV(B) 321.04º 0.76% 0.8% -
XYZ 31.15 17.06 30.09 -
YUV 106.45 152.02 196.87 -
System Red Green Blue C M Y K H S L
Decimal 203 49 149 0 0.76 0.27 0.20 321.04 0.61 0.49
Hex CB 31 95 0 4C 1B 14 141 3D 31
Octal 313 61 225 0 114 33 24 501 75 61
Binary 11001011 110001 10010101 0 1001100 11011 10100 101000001 111101 110001

Color Harmonies of #CB3195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3195

Black with #CB3195

Text Example


Text Example

White with #CB3195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3195; }

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

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

background-color css

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

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

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

border-color css

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

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

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