Html Css Color HEX #CB1591 Medium Violet Red

📋 copy color: '#CB1591'

red 203 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #CB1591

Tints of Medium Violet Red #CB1591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 55.01%
G = 5.69%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB1591 (or 0xCB1591) is known color: Medium Violet Red. HEX triplet: CB, 15 and 91. RGB value is (203,21,145). Sum of RGB (Red+Green+Blue) = 203+21+145=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1591 is #34EA6E. Grayscale: #595959. Windows color (decimal): -3467887 or 9508299. OLE color: 9508299.

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

Color convert

RGB 203 21 145 -
CMYK 0 0.90 0.29 0.20
HSL 319.12º 0.81% 0.44% -
HSV(B) 319.12º 0.9% 0.8% -
XYZ 30.01 15.28 28.16 -
YUV 89.55 159.3 208.92 -
System Red Green Blue C M Y K H S L
Decimal 203 21 145 0 0.90 0.29 0.20 319.12 0.81 0.44
Hex CB 15 91 0 5A 1D 14 13F 51 2C
Octal 313 25 221 0 132 35 24 477 121 54
Binary 11001011 10101 10010001 0 1011010 11101 10100 100111111 1010001 101100

Color Harmonies of #CB1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1591

Black with #CB1591

Text Example


Text Example

White with #CB1591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1591; }

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

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

background-color css

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

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

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

border-color css

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

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

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