Html Css Color HEX #CB1F96 Medium Violet Red

📋 copy color: '#CB1F96'

red 203 ◦ green 31 ◦ blue 150

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

Shades of Medium Violet Red #CB1F96

Tints of Medium Violet Red #CB1F96

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

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

R = 52.86%
G = 8.07%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB1F96 (or 0xCB1F96) is known color: Medium Violet Red. HEX triplet: CB, 1F and 96. RGB value is (203,31,150). Sum of RGB (Red+Green+Blue) = 203+31+150=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1F96 is #34E069. Grayscale: #5F5F5F. Windows color (decimal): -3465322 or 9838539. OLE color: 9838539.

HSL color Cylindrical-coordinate representation of color #CB1F96: hue angle of 318.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F96 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 31 150 -
CMYK 0 0.85 0.26 0.20
HSL 318.49º 0.74% 0.46% -
HSV(B) 318.49º 0.85% 0.8% -
XYZ 30.62 15.88 30.3 -
YUV 95.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 203 31 150 0 0.85 0.26 0.20 318.49 0.74 0.46
Hex CB 1F 96 0 55 1A 14 13E 4A 2E
Octal 313 37 226 0 125 32 24 476 112 56
Binary 11001011 11111 10010110 0 1010101 11010 10100 100111110 1001010 101110

Color Harmonies of #CB1F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1F96

Black with #CB1F96

Text Example


Text Example

White with #CB1F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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