Html Css Color HEX #CB2496 Medium Violet Red

📋 copy color: '#CB2496'

red 203 ◦ green 36 ◦ blue 150

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

Shades of Medium Violet Red #CB2496

Tints of Medium Violet Red #CB2496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 52.19%
G = 9.25%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB2496 (or 0xCB2496) is known color: Medium Violet Red. HEX triplet: CB, 24 and 96. RGB value is (203,36,150). Sum of RGB (Red+Green+Blue) = 203+36+150=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2496 is #34DB69. Grayscale: #626262. Windows color (decimal): -3464042 or 9839819. OLE color: 9839819.

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

Color convert

RGB 203 36 150 -
CMYK 0 0.82 0.26 0.20
HSL 319.04º 0.7% 0.47% -
HSV(B) 319.04º 0.82% 0.8% -
XYZ 30.76 16.16 30.35 -
YUV 98.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 203 36 150 0 0.82 0.26 0.20 319.04 0.7 0.47
Hex CB 24 96 0 52 1A 14 13F 46 2F
Octal 313 44 226 0 122 32 24 477 106 57
Binary 11001011 100100 10010110 0 1010010 11010 10100 100111111 1000110 101111

Color Harmonies of #CB2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2496

Black with #CB2496

Text Example


Text Example

White with #CB2496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2496; }

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

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

background-color css

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

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

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

border-color css

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

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

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