Html Css Color HEX #CB3595 Medium Red Violet

📋 copy color: '#CB3595'

red 203 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #CB3595

Tints of Medium Red Violet #CB3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.09%

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

R = 50.12%
G = 13.09%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB3595 (or 0xCB3595) is known color: Medium Red Violet. HEX triplet: CB, 35 and 95. RGB value is (203,53,149). Sum of RGB (Red+Green+Blue) = 203+53+149=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3595 is #34CA6A. Grayscale: #6C6C6C. Windows color (decimal): -3459691 or 9778635. OLE color: 9778635.

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

Color convert

RGB 203 53 149 -
CMYK 0 0.74 0.27 0.20
HSL 321.6º 0.59% 0.5% -
HSV(B) 321.6º 0.74% 0.8% -
XYZ 31.33 17.41 30.14 -
YUV 108.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 203 53 149 0 0.74 0.27 0.20 321.6 0.59 0.5
Hex CB 35 95 0 4A 1B 14 142 3B 32
Octal 313 65 225 0 112 33 24 502 73 62
Binary 11001011 110101 10010101 0 1001010 11011 10100 101000010 111011 110010

Color Harmonies of #CB3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3595

Black with #CB3595

Text Example


Text Example

White with #CB3595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3595; }

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

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

background-color css

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

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

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

border-color css

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

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

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