Html Css Color HEX #CB2590 Medium Violet Red

📋 copy color: '#CB2590'

red 203 ◦ green 37 ◦ blue 144

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

Shades of Medium Violet Red #CB2590

Tints of Medium Violet Red #CB2590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.64%

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 52.86%
G = 9.64%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB2590 (or 0xCB2590) is known color: Medium Violet Red. HEX triplet: CB, 25 and 90. RGB value is (203,37,144). Sum of RGB (Red+Green+Blue) = 203+37+144=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2590 is #34DA6F. Grayscale: #626262. Windows color (decimal): -3463792 or 9446859. OLE color: 9446859.

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

Color convert

RGB 203 37 144 -
CMYK 0 0.82 0.29 0.20
HSL 321.33º 0.69% 0.47% -
HSV(B) 321.33º 0.82% 0.8% -
XYZ 30.32 16.03 27.88 -
YUV 98.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 203 37 144 0 0.82 0.29 0.20 321.33 0.69 0.47
Hex CB 25 90 0 52 1D 14 141 45 2F
Octal 313 45 220 0 122 35 24 501 105 57
Binary 11001011 100101 10010000 0 1010010 11101 10100 101000001 1000101 101111

Color Harmonies of #CB2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2590

Black with #CB2590

Text Example


Text Example

White with #CB2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2590; }

 p { color: rgb(203,37,144); }

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

background-color css

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

 a { background-color: rgb(203,37,144); }

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

border-color css

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

 span { border-color: rgb(203,37,144); }

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