Html Css Color HEX #CB196F Medium Violet Red

📋 copy color: '#CB196F'

red 203 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #CB196F

Tints of Medium Violet Red #CB196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 59.88%
G = 7.37%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB196F (or 0xCB196F) is known color: Medium Violet Red. HEX triplet: CB, 19 and 6F. RGB value is (203,25,111). Sum of RGB (Red+Green+Blue) = 203+25+111=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB196F is #34E690. Grayscale: #575757. Windows color (decimal): -3466897 or 7281099. OLE color: 7281099.

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

Color convert

RGB 203 25 111 -
CMYK 0 0.88 0.45 0.20
HSL 331.01º 0.78% 0.45% -
HSV(B) 331.01º 0.88% 0.8% -
XYZ 27.85 14.54 16.38 -
YUV 88.03 140.97 210.01 -
System Red Green Blue C M Y K H S L
Decimal 203 25 111 0 0.88 0.45 0.20 331.01 0.78 0.45
Hex CB 19 6F 0 58 2D 14 14B 4E 2D
Octal 313 31 157 0 130 55 24 513 116 55
Binary 11001011 11001 1101111 0 1011000 101101 10100 101001011 1001110 101101

Color Harmonies of #CB196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB196F

Black with #CB196F

Text Example


Text Example

White with #CB196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB196F; }

 p { color: rgb(203,25,111); }

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

background-color css

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

 a { background-color: rgb(203,25,111); }

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

border-color css

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

 span { border-color: rgb(203,25,111); }

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