Html Css Color HEX #CB2492 Medium Violet Red

📋 copy color: '#CB2492'

red 203 ◦ green 36 ◦ blue 146

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

Shades of Medium Violet Red #CB2492

Tints of Medium Violet Red #CB2492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 52.73%
G = 9.35%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB2492 (or 0xCB2492) is known color: Medium Violet Red. HEX triplet: CB, 24 and 92. RGB value is (203,36,146). Sum of RGB (Red+Green+Blue) = 203+36+146=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2492 is #34DB6D. Grayscale: #626262. Windows color (decimal): -3464046 or 9577675. OLE color: 9577675.

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

Color convert

RGB 203 36 146 -
CMYK 0 0.82 0.28 0.20
HSL 320.48º 0.7% 0.47% -
HSV(B) 320.48º 0.82% 0.8% -
XYZ 30.45 16.03 28.68 -
YUV 98.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 203 36 146 0 0.82 0.28 0.20 320.48 0.7 0.47
Hex CB 24 92 0 52 1C 14 140 46 2F
Octal 313 44 222 0 122 34 24 500 106 57
Binary 11001011 100100 10010010 0 1010010 11100 10100 101000000 1000110 101111

Color Harmonies of #CB2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2492

Black with #CB2492

Text Example


Text Example

White with #CB2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2492; }

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

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

background-color css

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

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

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

border-color css

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

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

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