Html Css Color HEX #CB3795 Medium Red Violet

📋 copy color: '#CB3795'

red 203 ◦ green 55 ◦ blue 149

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

Shades of Medium Red Violet #CB3795

Tints of Medium Red Violet #CB3795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.51%

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

R = 49.88%
G = 13.51%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB3795 (or 0xCB3795) is known color: Medium Red Violet. HEX triplet: CB, 37 and 95. RGB value is (203,55,149). Sum of RGB (Red+Green+Blue) = 203+55+149=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3795 is #34C86A. Grayscale: #6D6D6D. Windows color (decimal): -3459179 or 9779147. OLE color: 9779147.

HSL color Cylindrical-coordinate representation of color #CB3795: hue angle of 321.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3795 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 149 -
CMYK 0 0.73 0.27 0.20
HSL 321.89º 0.59% 0.51% -
HSV(B) 321.89º 0.73% 0.8% -
XYZ 31.42 17.6 30.17 -
YUV 109.97 150.03 194.36 -
System Red Green Blue C M Y K H S L
Decimal 203 55 149 0 0.73 0.27 0.20 321.89 0.59 0.51
Hex CB 37 95 0 49 1B 14 142 3B 33
Octal 313 67 225 0 111 33 24 502 73 63
Binary 11001011 110111 10010101 0 1001001 11011 10100 101000010 111011 110011

Color Harmonies of #CB3795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3795

Black with #CB3795

Text Example


Text Example

White with #CB3795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3795; }

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

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

background-color css

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

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

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

border-color css

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

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

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