Html Css Color HEX #CB2490 Medium Violet Red

📋 copy color: '#CB2490'

red 203 ◦ green 36 ◦ blue 144

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

Shades of Medium Violet Red #CB2490

Tints of Medium Violet Red #CB2490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.4%

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

R = 53%
G = 9.4%
B = 37.6%

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

#CB2490 (or 0xCB2490) is known color: Medium Violet Red. HEX triplet: CB, 24 and 90. RGB value is (203,36,144). Sum of RGB (Red+Green+Blue) = 203+36+144=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2490 is #34DB6F. Grayscale: #616161. Windows color (decimal): -3464048 or 9446603. OLE color: 9446603.

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

Color convert

RGB 203 36 144 -
CMYK 0 0.82 0.29 0.20
HSL 321.2º 0.7% 0.47% -
HSV(B) 321.2º 0.82% 0.8% -
XYZ 30.29 15.97 27.87 -
YUV 98.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 203 36 144 0 0.82 0.29 0.20 321.2 0.7 0.47
Hex CB 24 90 0 52 1D 14 141 46 2F
Octal 313 44 220 0 122 35 24 501 106 57
Binary 11001011 100100 10010000 0 1010010 11101 10100 101000001 1000110 101111

Color Harmonies of #CB2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2490

Black with #CB2490

Text Example


Text Example

White with #CB2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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