Html Css Color HEX #CB1595 Medium Violet Red

📋 copy color: '#CB1595'

red 203 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #CB1595

Tints of Medium Violet Red #CB1595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 54.42%
G = 5.63%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB1595 (or 0xCB1595) is known color: Medium Violet Red. HEX triplet: CB, 15 and 95. RGB value is (203,21,149). Sum of RGB (Red+Green+Blue) = 203+21+149=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1595 is #34EA6A. Grayscale: #595959. Windows color (decimal): -3467883 or 9770443. OLE color: 9770443.

HSL color Cylindrical-coordinate representation of color #CB1595: hue angle of 317.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1595 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 149 -
CMYK 0 0.90 0.27 0.20
HSL 317.8º 0.81% 0.44% -
HSV(B) 317.8º 0.9% 0.8% -
XYZ 30.32 15.4 29.81 -
YUV 90.01 161.3 208.59 -
System Red Green Blue C M Y K H S L
Decimal 203 21 149 0 0.90 0.27 0.20 317.8 0.81 0.44
Hex CB 15 95 0 5A 1B 14 13E 51 2C
Octal 313 25 225 0 132 33 24 476 121 54
Binary 11001011 10101 10010101 0 1011010 11011 10100 100111110 1010001 101100

Color Harmonies of #CB1595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1595

Black with #CB1595

Text Example


Text Example

White with #CB1595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1595; }

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

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

background-color css

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

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

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

border-color css

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

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

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