Html Css Color HEX #CB0591 Medium Violet Red

📋 copy color: '#CB0591'

red 203 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #CB0591

Tints of Medium Violet Red #CB0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 57.51%
G = 1.42%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB0591 (or 0xCB0591) is known color: Medium Violet Red. HEX triplet: CB, 05 and 91. RGB value is (203,5,145). Sum of RGB (Red+Green+Blue) = 203+5+145=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0591 is #34FA6E. Grayscale: #4F4F4F. Windows color (decimal): -3471983 or 9504203. OLE color: 9504203.

HSL color Cylindrical-coordinate representation of color #CB0591: hue angle of 317.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0591 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 145 -
CMYK 0 0.98 0.29 0.20
HSL 317.58º 0.95% 0.41% -
HSV(B) 317.58º 0.98% 0.8% -
XYZ 29.79 14.85 28.08 -
YUV 80.16 164.6 215.62 -
System Red Green Blue C M Y K H S L
Decimal 203 5 145 0 0.98 0.29 0.20 317.58 0.95 0.41
Hex CB 5 91 0 62 1D 14 13E 5F 29
Octal 313 5 221 0 142 35 24 476 137 51
Binary 11001011 101 10010001 0 1100010 11101 10100 100111110 1011111 101001

Color Harmonies of #CB0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0591

Black with #CB0591

Text Example


Text Example

White with #CB0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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