Html Css Color HEX #CB1696 Medium Violet Red

📋 copy color: '#CB1696'

red 203 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #CB1696

Tints of Medium Violet Red #CB1696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.87%

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

R = 54.13%
G = 5.87%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB1696 (or 0xCB1696) is known color: Medium Violet Red. HEX triplet: CB, 16 and 96. RGB value is (203,22,150). Sum of RGB (Red+Green+Blue) = 203+22+150=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1696 is #34E969. Grayscale: #5A5A5A. Windows color (decimal): -3467626 or 9836235. OLE color: 9836235.

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

Color convert

RGB 203 22 150 -
CMYK 0 0.89 0.26 0.20
HSL 317.57º 0.8% 0.44% -
HSV(B) 317.57º 0.89% 0.8% -
XYZ 30.42 15.47 30.24 -
YUV 90.71 161.47 208.09 -
System Red Green Blue C M Y K H S L
Decimal 203 22 150 0 0.89 0.26 0.20 317.57 0.8 0.44
Hex CB 16 96 0 59 1A 14 13E 50 2C
Octal 313 26 226 0 131 32 24 476 120 54
Binary 11001011 10110 10010110 0 1011001 11010 10100 100111110 1010000 101100

Color Harmonies of #CB1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1696

Black with #CB1696

Text Example


Text Example

White with #CB1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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